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