Uses of Class
software.amazon.awssdk.services.cloudfront.model.CachePolicyAlreadyExistsException
-
Packages that use CachePolicyAlreadyExistsException Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of CachePolicyAlreadyExistsException in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that throw CachePolicyAlreadyExistsException Modifier and Type Method Description default CreateCachePolicyResponseCloudFrontClient. createCachePolicy(Consumer<CreateCachePolicyRequest.Builder> createCachePolicyRequest)Creates a cache policy.default CreateCachePolicyResponseCloudFrontClient. createCachePolicy(CreateCachePolicyRequest createCachePolicyRequest)Creates a cache policy.default UpdateCachePolicyResponseCloudFrontClient. updateCachePolicy(Consumer<UpdateCachePolicyRequest.Builder> updateCachePolicyRequest)Updates a cache policy configuration.default UpdateCachePolicyResponseCloudFrontClient. updateCachePolicy(UpdateCachePolicyRequest updateCachePolicyRequest)Updates a cache policy configuration.
-