public final class DefaultAwsSessionCredentialsIdentity extends Object implements AwsSessionCredentialsIdentity
| Modifier and Type | Method and Description |
|---|---|
String |
accessKeyId()
Retrieve the AWS access key, used to identify the user interacting with services.
|
static AwsSessionCredentialsIdentity.Builder |
builder() |
boolean |
equals(Object o) |
int |
hashCode() |
String |
secretAccessKey()
Retrieve the AWS secret access key, used to authenticate the user interacting with services.
|
String |
sessionToken()
Retrieve the AWS session token.
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcreatecreateexpirationTimepublic static AwsSessionCredentialsIdentity.Builder builder()
builder in interface AwsCredentialsIdentitybuilder in interface AwsSessionCredentialsIdentitypublic String accessKeyId()
AwsCredentialsIdentityaccessKeyId in interface AwsCredentialsIdentitypublic String secretAccessKey()
AwsCredentialsIdentitysecretAccessKey in interface AwsCredentialsIdentitypublic String sessionToken()
AwsSessionCredentialsIdentitysessionToken in interface AwsSessionCredentialsIdentityCopyright © 2023. All rights reserved.