@Incubating public interface AwsCredentials extends Credentials
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccessKey()
Returns the access key to use to authenticate with AWS.
|
java.lang.String |
getSecretKey()
Returns the secret key to use to authenticate with AWS.
|
void |
setAccessKey(java.lang.String accessKey)
Sets the access key to use to authenticate with AWS.
|
void |
setSecretKey(java.lang.String secretKey)
Sets the secret key to use to authenticate with AWS.
|
java.lang.String getAccessKey()
void setAccessKey(java.lang.String accessKey)
java.lang.String getSecretKey()
void setSecretKey(java.lang.String secretKey)