Uses of Class
software.amazon.awssdk.services.cloudfront.model.CachePolicyCookiesConfig
Packages that use CachePolicyCookiesConfig
-
Uses of CachePolicyCookiesConfig in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return CachePolicyCookiesConfigModifier and TypeMethodDescriptionfinal 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 CachePolicyCookiesConfigModifier and TypeMethodDescriptionParametersInCacheKeyAndForwardedToOrigin.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.