Uses of Class
software.amazon.awssdk.services.cloudfront.model.GetCachePolicyConfigResponse
-
Packages that use GetCachePolicyConfigResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of GetCachePolicyConfigResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return GetCachePolicyConfigResponse Modifier and Type Method Description default GetCachePolicyConfigResponseCloudFrontClient. getCachePolicyConfig(Consumer<GetCachePolicyConfigRequest.Builder> getCachePolicyConfigRequest)Gets a cache policy configuration.default GetCachePolicyConfigResponseCloudFrontClient. getCachePolicyConfig(GetCachePolicyConfigRequest getCachePolicyConfigRequest)Gets a cache policy configuration.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type GetCachePolicyConfigResponse Modifier and Type Method Description default CompletableFuture<GetCachePolicyConfigResponse>CloudFrontAsyncClient. getCachePolicyConfig(Consumer<GetCachePolicyConfigRequest.Builder> getCachePolicyConfigRequest)Gets a cache policy configuration.default CompletableFuture<GetCachePolicyConfigResponse>CloudFrontAsyncClient. getCachePolicyConfig(GetCachePolicyConfigRequest getCachePolicyConfigRequest)Gets a cache policy configuration.
-