Package-level declarations
Types
Inherited functions
Link copied to clipboard
inline suspend fun CloudFrontKeyValueStoreClient.deleteKey(crossinline block: DeleteKeyRequest.Builder.() -> Unit): DeleteKeyResponse
Deletes the key value pair specified by the key.
Link copied to clipboard
inline suspend fun CloudFrontKeyValueStoreClient.describeKeyValueStore(crossinline block: DescribeKeyValueStoreRequest.Builder.() -> Unit): DescribeKeyValueStoreResponse
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
inline suspend fun CloudFrontKeyValueStoreClient.listKeys(crossinline block: ListKeysRequest.Builder.() -> Unit): ListKeysResponse
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
inline suspend fun CloudFrontKeyValueStoreClient.updateKeys(crossinline block: UpdateKeysRequest.Builder.() -> Unit): UpdateKeysResponse
Puts or Deletes multiple key value pairs in a single, all-or-nothing operation.
Link copied to clipboard
fun CloudFrontKeyValueStoreClient.withConfig(block: CloudFrontKeyValueStoreClient.Config.Builder.() -> Unit): CloudFrontKeyValueStoreClient
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.