public final class DefaultAwsCredentialsIdentity extends Object implements AwsCredentialsIdentity
| Modifier and Type | Method and Description |
|---|---|
String |
accessKeyId()
Retrieve the AWS access key, used to identify the user interacting with services.
|
static AwsCredentialsIdentity.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 |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcreateexpirationTimepublic static AwsCredentialsIdentity.Builder builder()
builder in interface AwsCredentialsIdentitypublic String accessKeyId()
AwsCredentialsIdentityaccessKeyId in interface AwsCredentialsIdentitypublic String secretAccessKey()
AwsCredentialsIdentitysecretAccessKey in interface AwsCredentialsIdentityCopyright © 2023. All rights reserved.