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