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 CookieNames
CookieNames. clone()
CookieNames
CookiePreference. 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.CookieNames
CookieNames. withItems(String... items)
Optional: A complex type that contains whitelisted cookies for this cache behavior.CookieNames
CookieNames. withItems(Collection<String> items)
Optional: A complex type that contains whitelisted cookies for this cache behavior.CookieNames
CookieNames. 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 void
CookiePreference. 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.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.
-