Uses of Class
software.amazon.awssdk.services.cloudfront.model.GetCachePolicyResponse
-
Packages that use GetCachePolicyResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of GetCachePolicyResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return GetCachePolicyResponse Modifier and Type Method Description default GetCachePolicyResponseCloudFrontClient. getCachePolicy(Consumer<GetCachePolicyRequest.Builder> getCachePolicyRequest)Gets a cache policy, including the following metadata:default GetCachePolicyResponseCloudFrontClient. getCachePolicy(GetCachePolicyRequest getCachePolicyRequest)Gets a cache policy, including the following metadata:Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type GetCachePolicyResponse Modifier and Type Method Description default CompletableFuture<GetCachePolicyResponse>CloudFrontAsyncClient. getCachePolicy(Consumer<GetCachePolicyRequest.Builder> getCachePolicyRequest)Gets a cache policy, including the following metadata:default CompletableFuture<GetCachePolicyResponse>CloudFrontAsyncClient. getCachePolicy(GetCachePolicyRequest getCachePolicyRequest)Gets a cache policy, including the following metadata:
-