Uses of Class
software.amazon.awssdk.services.cloudfront.model.CachePolicyQueryStringsConfig
-
Packages that use CachePolicyQueryStringsConfig Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of CachePolicyQueryStringsConfig in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return CachePolicyQueryStringsConfig Modifier and Type Method Description CachePolicyQueryStringsConfig
ParametersInCacheKeyAndForwardedToOrigin. queryStringsConfig()
An object that determines whether any URL query strings in viewer requests (and if so, which query strings) are included in the cache key and in requests that CloudFront sends to the origin.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type CachePolicyQueryStringsConfig Modifier and Type Method Description ParametersInCacheKeyAndForwardedToOrigin.Builder
ParametersInCacheKeyAndForwardedToOrigin.Builder. queryStringsConfig(CachePolicyQueryStringsConfig queryStringsConfig)
An object that determines whether any URL query strings in viewer requests (and if so, which query strings) are included in the cache key and in requests that CloudFront sends to the origin.
-