Interface AwsCredentials

All Superinterfaces:
AwsCredentialsIdentity, Identity
All Known Implementing Classes:
AwsBasicCredentials, AwsSessionCredentials

public interface AwsCredentials extends AwsCredentialsIdentity
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: