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