AwsCredentials

Represents credentials used to authenticate with Amazon Web Services.

Functions

Link copied to clipboard
@Nullable
abstract fun getAccessKey(): String
Returns the access key to use to authenticate with AWS.
Link copied to clipboard
@Nullable
abstract fun getSecretKey(): String
Returns the secret key to use to authenticate with AWS.
Link copied to clipboard
@Nullable
abstract fun getSessionToken(): String
Returns the secret key to use to authenticate with AWS.
Link copied to clipboard
abstract fun setAccessKey(@Nullable accessKey: String)
Sets the access key to use to authenticate with AWS.
Link copied to clipboard
abstract fun setSecretKey(@Nullable secretKey: String)
Sets the secret key to use to authenticate with AWS.
Link copied to clipboard
abstract fun setSessionToken(@Nullable token: String)
Sets the secret key to use to authenticate with AWS.