Uses of Class
software.amazon.awssdk.services.cloudfront.model.DeleteKeyValueStoreResponse
Packages that use DeleteKeyValueStoreResponse
-
Uses of DeleteKeyValueStoreResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return DeleteKeyValueStoreResponseModifier and TypeMethodDescriptiondefault DeleteKeyValueStoreResponseCloudFrontClient.deleteKeyValueStore(Consumer<DeleteKeyValueStoreRequest.Builder> deleteKeyValueStoreRequest) Specifies the key value store to delete.default DeleteKeyValueStoreResponseCloudFrontClient.deleteKeyValueStore(DeleteKeyValueStoreRequest deleteKeyValueStoreRequest) Specifies the key value store to delete.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type DeleteKeyValueStoreResponseModifier and TypeMethodDescriptionCloudFrontAsyncClient.deleteKeyValueStore(Consumer<DeleteKeyValueStoreRequest.Builder> deleteKeyValueStoreRequest) Specifies the key value store to delete.CloudFrontAsyncClient.deleteKeyValueStore(DeleteKeyValueStoreRequest deleteKeyValueStoreRequest) Specifies the key value store to delete.