CloudFrontKeyValueStoreClient

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

Properties

Link copied to clipboard

CloudFrontKeyValueStoreClient's configuration

Functions

Link copied to clipboard
abstract suspend fun deleteKey(input: DeleteKeyRequest): DeleteKeyResponse

Deletes the key value pair specified by the key.

Link copied to clipboard

Returns metadata information about Key Value Store.

Link copied to clipboard
abstract suspend fun getKey(input: GetKeyRequest): GetKeyResponse

Returns a key value pair.

Link copied to clipboard
abstract suspend fun listKeys(input: ListKeysRequest): ListKeysResponse

Returns a list of key value pairs.

Link copied to clipboard
abstract suspend fun putKey(input: PutKeyRequest): PutKeyResponse

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

Link copied to clipboard
abstract suspend fun updateKeys(input: UpdateKeysRequest): UpdateKeysResponse

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

Inherited functions

Link copied to clipboard
expect abstract fun close()
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.