
Icon | Member | Description |
---|---|---|
![]() | ImmutableCredentials(String, String, String, Boolean) |
Constructs an ImmutableCredentials object with supplied accessKey, secretKey,
optional token and flag to determine if secretKey should be stored in a SecureString
|
![]() | ImmutableCredentials(String, SecureString, String) |
Constructs an ImmutableCredentials object with supplied accessKey, secretKey as a SecureString
and an optional session token.
|