Uses of Class
com.ngrok.definitions.AwsCredentials
Packages that use AwsCredentials
-
Uses of AwsCredentials in com.ngrok.definitions
Methods in com.ngrok.definitions that return AwsCredentialsModifier and TypeMethodDescriptionAwsCredentials.Builder.build()
Constructs theAwsCredentials
instance.Methods in com.ngrok.definitions that return types with arguments of type AwsCredentialsModifier and TypeMethodDescriptionAwsAuth.getCreds()
Credentials to your AWS account if you prefer ngrok to sign in with long-term access keys.Methods in com.ngrok.definitions with parameters of type AwsCredentialsModifier and TypeMethodDescriptionAwsAuth.Builder.creds
(AwsCredentials creds) Credentials to your AWS account if you prefer ngrok to sign in with long-term access keys.Method parameters in com.ngrok.definitions with type arguments of type AwsCredentialsModifier and TypeMethodDescriptionAwsAuth.Builder.creds
(Optional<AwsCredentials> creds) Credentials to your AWS account if you prefer ngrok to sign in with long-term access keys.