Credentials

The Amazon Web Services Security Token Service temporary credential that S3 Access Grants vends to grantees and client applications.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique access key ID of the Amazon Web Services STS temporary credential that S3 Access Grants vends to grantees and client applications.

Link copied to clipboard

The expiration date and time of the temporary credential that S3 Access Grants vends to grantees and client applications.

Link copied to clipboard

The secret access key of the Amazon Web Services STS temporary credential that S3 Access Grants vends to grantees and client applications.

Link copied to clipboard

The Amazon Web Services STS temporary credential that S3 Access Grants vends to grantees and client applications.

Functions

Link copied to clipboard
inline fun copy(block: Credentials.Builder.() -> Unit = {}): Credentials
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String