Class AwsBasicCredentials

java.lang.Object
software.amazon.awssdk.auth.credentials.AwsBasicCredentials
All Implemented Interfaces:
AwsCredentials, AwsCredentialsIdentity, Identity, ToCopyableBuilder<AwsBasicCredentials.Builder,AwsBasicCredentials>

Provides access to the AWS credentials used for accessing services: AWS access key ID and secret access key. These credentials are used to securely sign requests to services (e.g., AWS services) that use them for authentication.

For more details on AWS access keys, see: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys

See Also: