@Incubating public interface AwsCredentials extends Credentials
| Modifier and Type | Method 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. | 
| String | getSessionToken()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. | 
| void | setSessionToken(String token)Sets the secret key to use to authenticate with AWS. | 
String getAccessKey()
void setAccessKey(String accessKey)
String getSecretKey()
void setSecretKey(String secretKey)
String getSessionToken()
void setSessionToken(String token)