Uses of Class
software.amazon.awssdk.services.cloudfront.model.UpdateCachePolicyResponse
-
Packages that use UpdateCachePolicyResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of UpdateCachePolicyResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return UpdateCachePolicyResponse Modifier and Type Method Description default UpdateCachePolicyResponseCloudFrontClient. updateCachePolicy(Consumer<UpdateCachePolicyRequest.Builder> updateCachePolicyRequest)Updates a cache policy configuration.default UpdateCachePolicyResponseCloudFrontClient. updateCachePolicy(UpdateCachePolicyRequest updateCachePolicyRequest)Updates a cache policy configuration.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type UpdateCachePolicyResponse Modifier and Type Method Description default CompletableFuture<UpdateCachePolicyResponse>CloudFrontAsyncClient. updateCachePolicy(Consumer<UpdateCachePolicyRequest.Builder> updateCachePolicyRequest)Updates a cache policy configuration.default CompletableFuture<UpdateCachePolicyResponse>CloudFrontAsyncClient. updateCachePolicy(UpdateCachePolicyRequest updateCachePolicyRequest)Updates a cache policy configuration.
-