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