Uses of Class
software.amazon.awssdk.auth.credentials.AwsBasicCredentials.Builder
Packages that use AwsBasicCredentials.Builder
-
Uses of AwsBasicCredentials.Builder in software.amazon.awssdk.auth.credentials
Methods in software.amazon.awssdk.auth.credentials that return AwsBasicCredentials.BuilderModifier and TypeMethodDescriptionAwsBasicCredentials.Builder.accessKeyId(String accessKeyId) The AWS access key, used to identify the user interacting with services.The AWS account id associated with this credentials identity.static AwsBasicCredentials.BuilderAwsBasicCredentials.builder()AwsBasicCredentials.Builder.providerName(String providerName) The name of the identity provider that created this credential identity.AwsBasicCredentials.Builder.secretAccessKey(String secretAccessKey) The AWS secret access key, used to authenticate the user interacting with services.AwsBasicCredentials.toBuilder()AwsBasicCredentials.Builder.validateCredentials(Boolean validateCredentials) Whether this class should verify that accessKeyId and secretAccessKey are not null.Method parameters in software.amazon.awssdk.auth.credentials with type arguments of type AwsBasicCredentials.BuilderModifier and TypeMethodDescriptionAwsBasicCredentials.copy(Consumer<? super AwsBasicCredentials.Builder> modifier)