
Icon | Member | Description |
---|---|---|
![]() | SessionAWSCredentials(String, String, String) |
Constructs a SessionAWSCredentials object for the specified accessKey, secretKey
and session token. SecretKey is stored as clear string.
|
![]() | SessionAWSCredentials(String, String, String, Boolean) |
Constructs a SessionAWSCredentials object for the specified accessKey, secretKey
session token and flag to specify if secretKey should be stored in SecureString.
|
![]() | SessionAWSCredentials(String, SecureString, String) |
Constructs a SessionAWSCredentials object for the specified accessKey, secretKey
and session token. SecretKey is stored as clear string.
|