Class DefaultAwsCredentialsIdentity
java.lang.Object
software.amazon.awssdk.identity.spi.internal.DefaultAwsCredentialsIdentity
- All Implemented Interfaces:
AwsCredentialsIdentity
,Identity
-
Method Summary
Methods inherited from interface software.amazon.awssdk.identity.spi.Identity
expirationTime
-
Method Details
-
builder
-
accessKeyId
Description copied from interface:AwsCredentialsIdentity
Retrieve the AWS access key, used to identify the user interacting with services.- Specified by:
accessKeyId
in interfaceAwsCredentialsIdentity
-
secretAccessKey
Description copied from interface:AwsCredentialsIdentity
Retrieve the AWS secret access key, used to authenticate the user interacting with services.- Specified by:
secretAccessKey
in interfaceAwsCredentialsIdentity
-
toString
-
equals
-
hashCode
public int hashCode()
-