Represents credentials used to authenticate with Amazon Web Services.
Type | Name and description |
---|---|
String |
getAccessKey() Returns the access key to use to authenticate with AWS. |
String |
getSecretKey() Returns the secret key to use to authenticate with AWS. |
void |
setAccessKey(String accessKey) Sets the access key to use to authenticate with AWS. |
void |
setSecretKey(String secretKey) Sets the secret key to use to authenticate with AWS. |
Returns the access key to use to authenticate with AWS.
Returns the secret key to use to authenticate with AWS.
Sets the access key to use to authenticate with AWS.
Sets the secret key to use to authenticate with AWS.