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:
AwsCredentialsProvider
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface software.amazon.awssdk.identity.spi.AwsCredentialsIdentity
AwsCredentialsIdentity.Builder
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.identity.spi.AwsCredentialsIdentity
accessKeyId, secretAccessKey
-
Methods inherited from interface software.amazon.awssdk.identity.spi.Identity
expirationTime
-
-