public class AWSS3CredentialsResponse.Credentials extends Object
Temporary STS credentials for use when operating on S3
| 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 |
|---|
Credentials() |
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–2016 Mozilla. All rights reserved.