Uses of Class
software.amazon.awssdk.services.cloudfront.model.DeleteCachePolicyResponse
-
Packages that use DeleteCachePolicyResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of DeleteCachePolicyResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return DeleteCachePolicyResponse Modifier and Type Method Description default DeleteCachePolicyResponseCloudFrontClient. deleteCachePolicy(Consumer<DeleteCachePolicyRequest.Builder> deleteCachePolicyRequest)Deletes a cache policy.default DeleteCachePolicyResponseCloudFrontClient. deleteCachePolicy(DeleteCachePolicyRequest deleteCachePolicyRequest)Deletes a cache policy.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type DeleteCachePolicyResponse Modifier and Type Method Description default CompletableFuture<DeleteCachePolicyResponse>CloudFrontAsyncClient. deleteCachePolicy(Consumer<DeleteCachePolicyRequest.Builder> deleteCachePolicyRequest)Deletes a cache policy.default CompletableFuture<DeleteCachePolicyResponse>CloudFrontAsyncClient. deleteCachePolicy(DeleteCachePolicyRequest deleteCachePolicyRequest)Deletes a cache policy.
-