public class BasicAWSCredentials extends Object implements AWSCredentials
| 构造器和说明 |
|---|
BasicAWSCredentials(String accessKey,
String secretKey)
Constructs a new BasicAWSCredentials object, with the specified AWS
access key and AWS secret key.
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAWSAccessKeyId()
Returns the AWS access key ID for this credentials object.
|
String |
getAWSSecretKey()
Returns the AWS secret access key for this credentials object.
|
public String getAWSAccessKeyId()
AWSCredentialsgetAWSAccessKeyId 在接口中 AWSCredentialspublic String getAWSSecretKey()
AWSCredentialsgetAWSSecretKey 在接口中 AWSCredentialsCopyright © 2016. All rights reserved.