Uses of Class
software.amazon.awssdk.crt.auth.credentials.StaticCredentialsProvider.StaticCredentialsProviderBuilder
Packages that use StaticCredentialsProvider.StaticCredentialsProviderBuilder
-
Uses of StaticCredentialsProvider.StaticCredentialsProviderBuilder in software.amazon.awssdk.crt.auth.credentials
Methods in software.amazon.awssdk.crt.auth.credentials that return StaticCredentialsProvider.StaticCredentialsProviderBuilderModifier and TypeMethodDescriptionStaticCredentialsProvider.StaticCredentialsProviderBuilder.withAccessKeyId(byte[] accessKeyId) Sets the AWS access key id to use within the static credentialsStaticCredentialsProvider.StaticCredentialsProviderBuilder.withCredentials(Credentials credentials) sets the entire credential set to use within the static credentials provider.StaticCredentialsProvider.StaticCredentialsProviderBuilder.withSecretAccessKey(byte[] secretAccessKey) Sets the AWS secret access key to use within the static credentialsStaticCredentialsProvider.StaticCredentialsProviderBuilder.withSessionToken(byte[] sessionToken) Sets the AWS session token to use within the static credentials.