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 CookiePreferenceCookiePreference. clone()CookiePreferenceForwardedValues. getCookies()A complex type that specifies how CloudFront handles cookies.CookiePreferenceCookiePreference. 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.CookiePreferenceCookiePreference. 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.CookiePreferenceCookiePreference. 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 voidForwardedValues. setCookies(CookiePreference cookies)A complex type that specifies how CloudFront handles cookies.ForwardedValuesForwardedValues. withCookies(CookiePreference cookies)A complex type that specifies how CloudFront handles cookies.
-