Uses of Class
software.amazon.awssdk.services.cloudfront.model.CachePolicyCookiesConfig
-
Packages that use CachePolicyCookiesConfig Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of CachePolicyCookiesConfig in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return CachePolicyCookiesConfig Modifier and Type Method Description CachePolicyCookiesConfigParametersInCacheKeyAndForwardedToOrigin. cookiesConfig()An object that determines whether any cookies in viewer requests (and if so, which cookies) 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 CachePolicyCookiesConfig Modifier and Type Method Description ParametersInCacheKeyAndForwardedToOrigin.BuilderParametersInCacheKeyAndForwardedToOrigin.Builder. cookiesConfig(CachePolicyCookiesConfig cookiesConfig)An object that determines whether any cookies in viewer requests (and if so, which cookies) are included in the cache key and in requests that CloudFront sends to the origin.
-