| Package | Description |
|---|---|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
Credentials |
Credentials.clone() |
Credentials |
GetDataAccessResult.getCredentials()
The temporary credential token that S3 Access Grants vends.
|
Credentials |
Credentials.withAccessKeyId(String accessKeyId)
The unique access key ID of the Amazon Web Services STS temporary credential that S3 Access Grants vends to
grantees and client applications.
|
Credentials |
Credentials.withExpiration(Date expiration)
The expiration date and time of the temporary credential that S3 Access Grants vends to grantees and client
applications.
|
Credentials |
Credentials.withSecretAccessKey(String secretAccessKey)
The secret access key of the Amazon Web Services STS temporary credential that S3 Access Grants vends to grantees
and client applications.
|
Credentials |
Credentials.withSessionToken(String sessionToken)
The Amazon Web Services STS temporary credential that S3 Access Grants vends to grantees and client applications.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDataAccessResult.setCredentials(Credentials credentials)
The temporary credential token that S3 Access Grants vends.
|
GetDataAccessResult |
GetDataAccessResult.withCredentials(Credentials credentials)
The temporary credential token that S3 Access Grants vends.
|
Copyright © 2023. All rights reserved.