Package-level declarations

Types

Link copied to clipboard

Amazon CloudFront KeyValueStore Service to View and Update Data in a KVS Resource

Properties

Link copied to clipboard
const val SdkVersion: String
Link copied to clipboard
Link copied to clipboard
const val ServiceId: String

Inherited functions

Link copied to clipboard

Deletes the key value pair specified by the key.

Link copied to clipboard

Returns metadata information about Key Value Store.

Link copied to clipboard
inline suspend fun CloudFrontKeyValueStoreClient.getKey(crossinline block: GetKeyRequest.Builder.() -> Unit): GetKeyResponse

Returns a key value pair.

Link copied to clipboard

Returns a list of key value pairs.

Link copied to clipboard
inline suspend fun CloudFrontKeyValueStoreClient.putKey(crossinline block: PutKeyRequest.Builder.() -> Unit): PutKeyResponse

Creates a new key value pair or replaces the value of an existing key.

Link copied to clipboard

Puts or Deletes multiple key value pairs in a single, all-or-nothing operation.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.