public class BasicAWSCredentials extends java.lang.Object implements AWSCredentials
| Constructor and Description |
|---|
BasicAWSCredentials()
.
|
BasicAWSCredentials(java.lang.String accessKey,
java.lang.String secretKey)
.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAccessKey()
Get the Access key to the Amazon WS account
|
java.lang.String |
getSecretKey()
Get the Secret key to the Amazon WS account
|
void |
setAccessKey(java.lang.String accessKey)
Set the Access key to the Amazon WS account
|
void |
setSecretKey(java.lang.String secretKey)
.
|
public BasicAWSCredentials()
public BasicAWSCredentials(java.lang.String accessKey,
java.lang.String secretKey)
accessKey - Must not be null or emptysecretKey - Must not be null or emptypublic java.lang.String getAccessKey()
getAccessKey in interface AWSCredentialspublic void setAccessKey(java.lang.String accessKey)
public java.lang.String getSecretKey()
getSecretKey in interface AWSCredentialspublic void setSecretKey(java.lang.String secretKey)
secretKey -