Uses of Class
com.amazonaws.services.cloudfront.model.CookieNames
-
Packages that use CookieNames Package Description com.amazonaws.services.cloudfront.model -
-
Uses of CookieNames in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return CookieNames Modifier and Type Method Description CookieNamesCookieNames. clone()CookieNamesCookiePreference. getWhitelistedNames()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.CookieNamesCookieNames. withItems(String... items)Optional: A complex type that contains whitelisted cookies for this cache behavior.CookieNamesCookieNames. withItems(Collection<String> items)Optional: A complex type that contains whitelisted cookies for this cache behavior.CookieNamesCookieNames. withQuantity(Integer quantity)The number of whitelisted cookies for this cache behavior.Methods in com.amazonaws.services.cloudfront.model with parameters of type CookieNames Modifier and Type Method Description voidCookiePreference. setWhitelistedNames(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.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.
-