Uses of Class
com.amazonaws.services.cloudfront.model.CookieNames
Packages that use CookieNames
-
Uses of CookieNames in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return CookieNamesModifier and TypeMethodDescriptionCookieNames.clone()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.Optional: A complex type that contains whitelisted cookies for this cache behavior.CookieNames.withItems(Collection<String> items) Optional: A complex type that contains whitelisted cookies for this cache behavior.CookieNames.withQuantity(Integer quantity) The number of whitelisted cookies for this cache behavior.Methods in com.amazonaws.services.cloudfront.model with parameters of type CookieNamesModifier and TypeMethodDescriptionvoidCookiePreference.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.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.