Class DefaultAwsSessionCredentialsIdentity
java.lang.Object
software.amazon.awssdk.identity.spi.internal.DefaultAwsSessionCredentialsIdentity
- All Implemented Interfaces:
AwsCredentialsIdentity,AwsSessionCredentialsIdentity,Identity
public final class DefaultAwsSessionCredentialsIdentity
extends Object
implements AwsSessionCredentialsIdentity
-
Method Summary
Methods inherited from interface software.amazon.awssdk.identity.spi.Identity
expirationTime
-
Method Details
-
builder
-
accessKeyId
Description copied from interface:AwsCredentialsIdentityRetrieve the AWS access key, used to identify the user interacting with services.- Specified by:
accessKeyIdin interfaceAwsCredentialsIdentity
-
secretAccessKey
Description copied from interface:AwsCredentialsIdentityRetrieve the AWS secret access key, used to authenticate the user interacting with services.- Specified by:
secretAccessKeyin interfaceAwsCredentialsIdentity
-
sessionToken
Description copied from interface:AwsSessionCredentialsIdentityRetrieve the AWS session token. This token is retrieved from an AWS token service, and is used for authenticating that this user has received temporary permission to access some resource.- Specified by:
sessionTokenin interfaceAwsSessionCredentialsIdentity
-
toString
-
equals
-
hashCode
public int hashCode()
-