public class DefaultS3ExpressSessionCredentials extends Object implements S3ExpressSessionCredentials
S3ExpressSessionCredentials.AwsCredentialsIdentity.Builder| Constructor and Description |
|---|
DefaultS3ExpressSessionCredentials(String accessKeyId,
String secretAccessKey,
String sessionToken) |
| Modifier and Type | Method and Description |
|---|---|
String |
accessKeyId()
Retrieve the AWS access key, used to identify the user interacting with services.
|
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 S3 express token.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcreate, fromSessionResponseaccountId, builder, createexpirationTime, providerNamepublic String accessKeyId()
AwsCredentialsIdentityaccessKeyId in interface AwsCredentialsIdentitypublic String secretAccessKey()
AwsCredentialsIdentitysecretAccessKey in interface AwsCredentialsIdentitypublic String sessionToken()
S3ExpressSessionCredentialssessionToken in interface S3ExpressSessionCredentialsCopyright © 2026. All rights reserved.