Credentialspublic interface AwsCredentials extends Credentials
| Modifier and Type | Method | 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. | 
@Nullable String getAccessKey()
void setAccessKey(@Nullable
                  String accessKey)
@Nullable String getSecretKey()
void setSecretKey(@Nullable
                  String secretKey)
@Nullable String getSessionToken()
void setSessionToken(@Nullable
                     String token)