Uses of Class
software.amazon.awssdk.services.cloudfront.model.CreateCachePolicyResponse
-
Packages that use CreateCachePolicyResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of CreateCachePolicyResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return CreateCachePolicyResponse Modifier and Type Method Description default CreateCachePolicyResponse
CloudFrontClient. createCachePolicy(Consumer<CreateCachePolicyRequest.Builder> createCachePolicyRequest)
Creates a cache policy.default CreateCachePolicyResponse
CloudFrontClient. createCachePolicy(CreateCachePolicyRequest createCachePolicyRequest)
Creates a cache policy.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type CreateCachePolicyResponse Modifier and Type Method Description default CompletableFuture<CreateCachePolicyResponse>
CloudFrontAsyncClient. createCachePolicy(Consumer<CreateCachePolicyRequest.Builder> createCachePolicyRequest)
Creates a cache policy.default CompletableFuture<CreateCachePolicyResponse>
CloudFrontAsyncClient. createCachePolicy(CreateCachePolicyRequest createCachePolicyRequest)
Creates a cache policy.
-