Interface | Description | |
---|---|---|
AWSCredentials | Provides access to the AWS credentials used for accessing AWS services: AWS access key ID and secret access key. | |
AWSSessionCredentials | AWS session credentials object. |
Class | Description | |
---|---|---|
BasicAWSCredentials | Basic implementation of the AWSCredentials interface that allows callers to pass in the AWS access key and secret access in the constructor. | |
BasicSessionCredentials | Basic implementation of the BasicSessionCredentials interface that allows callers to pass in the AWS access key, secret access and session token in the constructor. |