public interface AWSCredentials
A basic implementation of this interface is provided in
BasicAWSCredentials, but callers are free to provide their own
implementation, for example, to load AWS credentials from an encrypted file.
For more details on AWS access keys, see: http://docs.amazonwebservices.com/AWSSecurityCredentials/1.0/ AboutAWSCredentials.html#AccessKeys
| 修飾子とタイプ | メソッドと説明 |
|---|---|
java.lang.String |
getAWSAccessKeyId()
Returns the AWS access key ID for this credentials object.
|
java.lang.String |
getAWSSecretKey()
Returns the AWS secret access key for this credentials object.
|
java.lang.String getAWSAccessKeyId()
java.lang.String getAWSSecretKey()