Uses of Class
com.amazonaws.services.cloudfront.model.CookiePreference
Packages that use CookiePreference
-
Uses of CookiePreference in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return CookiePreferenceModifier and TypeMethodDescriptionCookiePreference.clone()
ForwardedValues.getCookies()
A complex type that specifies how CloudFront handles cookies.CookiePreference.withForward
(ItemSelection forward) Use this element to specify whether you want CloudFront to forward cookies to the origin that is associated with this cache behavior.CookiePreference.withForward
(String forward) Use this element to specify whether you want CloudFront to forward cookies to the origin that is associated with this cache behavior.CookiePreference.withWhitelistedNames
(CookieNames whitelistedNames) A complex type that specifies the whitelisted cookies, if any, that you want CloudFront to forward to your origin that is associated with this cache behavior.Methods in com.amazonaws.services.cloudfront.model with parameters of type CookiePreferenceModifier and TypeMethodDescriptionvoid
ForwardedValues.setCookies
(CookiePreference cookies) A complex type that specifies how CloudFront handles cookies.ForwardedValues.withCookies
(CookiePreference cookies) A complex type that specifies how CloudFront handles cookies.