Uses of Class
software.amazon.awssdk.services.cloudfrontkeyvaluestore.model.DeleteKeyResponse
-
Packages that use DeleteKeyResponse Package Description software.amazon.awssdk.services.cloudfrontkeyvaluestore Amazon CloudFront KeyValueStore Service to View and Update Data in a KVS Resource -
-
Uses of DeleteKeyResponse in software.amazon.awssdk.services.cloudfrontkeyvaluestore
Methods in software.amazon.awssdk.services.cloudfrontkeyvaluestore that return DeleteKeyResponse Modifier and Type Method Description default DeleteKeyResponseCloudFrontKeyValueStoreClient. deleteKey(Consumer<DeleteKeyRequest.Builder> deleteKeyRequest)Deletes the key value pair specified by the key.default DeleteKeyResponseCloudFrontKeyValueStoreClient. deleteKey(DeleteKeyRequest deleteKeyRequest)Deletes the key value pair specified by the key.Methods in software.amazon.awssdk.services.cloudfrontkeyvaluestore that return types with arguments of type DeleteKeyResponse Modifier and Type Method Description default CompletableFuture<DeleteKeyResponse>CloudFrontKeyValueStoreAsyncClient. deleteKey(Consumer<DeleteKeyRequest.Builder> deleteKeyRequest)Deletes the key value pair specified by the key.default CompletableFuture<DeleteKeyResponse>CloudFrontKeyValueStoreAsyncClient. deleteKey(DeleteKeyRequest deleteKeyRequest)Deletes the key value pair specified by the key.
-