Uses of Class
software.amazon.awssdk.services.cloudfront.model.DeleteKeyValueStoreRequest
-
Packages that use DeleteKeyValueStoreRequest Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.transform -
-
Uses of DeleteKeyValueStoreRequest in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront with parameters of type DeleteKeyValueStoreRequest Modifier and Type Method Description default CompletableFuture<DeleteKeyValueStoreResponse>CloudFrontAsyncClient. deleteKeyValueStore(DeleteKeyValueStoreRequest deleteKeyValueStoreRequest)Specifies the key value store to delete.default DeleteKeyValueStoreResponseCloudFrontClient. deleteKeyValueStore(DeleteKeyValueStoreRequest deleteKeyValueStoreRequest)Specifies the key value store to delete. -
Uses of DeleteKeyValueStoreRequest in software.amazon.awssdk.services.cloudfront.transform
Methods in software.amazon.awssdk.services.cloudfront.transform with parameters of type DeleteKeyValueStoreRequest Modifier and Type Method Description SdkHttpFullRequestDeleteKeyValueStoreRequestMarshaller. marshall(DeleteKeyValueStoreRequest deleteKeyValueStoreRequest)
-