public class AWSS3CredentialsResponse.TemporarySecurityCredentials extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
accessKeyId
Access key identifier that identifies the temporary security credentials.
|
String |
secretAccessKey
Secret access key used to sign requests
|
String |
sessionToken
A token that must passed with request to use the temporary security credentials.
|
| Constructor and Description |
|---|
TemporarySecurityCredentials() |
public String accessKeyId
Access key identifier that identifies the temporary security credentials.
public String secretAccessKey
Secret access key used to sign requests
public String sessionToken
A token that must passed with request to use the temporary security credentials.
Copyright © 2014–2017 Mozilla. All rights reserved.