Uses of Class
com.amazonaws.services.cloudfront.model.CookiePreference
-
Packages that use CookiePreference Package Description com.amazonaws.services.cloudfront.model -
-
Uses of CookiePreference in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return CookiePreference Modifier and Type Method Description CookiePreference
CookiePreference. clone()
CookiePreference
ForwardedValues. getCookies()
A complex type that specifies how CloudFront handles cookies.CookiePreference
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
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
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 CookiePreference Modifier and Type Method Description void
ForwardedValues. setCookies(CookiePreference cookies)
A complex type that specifies how CloudFront handles cookies.ForwardedValues
ForwardedValues. withCookies(CookiePreference cookies)
A complex type that specifies how CloudFront handles cookies.
-