
Icon | Member | Description |
---|---|---|
![]() | BasicAWSCredentials(String, String) |
Constructs a BasicAWSCredentials object for the specified accessKey and secretKey
SecretKey is stored as a clear string
|
![]() | BasicAWSCredentials(String, String, Boolean) |
Constructs a BasicAWSCredentials object for the specified accessKey and secretKey,
with the useSecureString flag to signal if the secretKey should be stored as SecureString
|
![]() | BasicAWSCredentials(String, SecureString) |
Constructs a BasicAWSCredentials object for the specified accessKey and secretKey
SecretKey is stored in SecureString
|