Uses of Class
com.amazonaws.services.cloudfront.model.CookiePreference

Packages that use CookiePreference
com.amazonaws.services.cloudfront.model Classes modeling the various types represented by AmazonCloudFront. 
 

Uses of CookiePreference in com.amazonaws.services.cloudfront.model
 

Methods in com.amazonaws.services.cloudfront.model that return CookiePreference
 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
 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.
 



Copyright © 2016. All rights reserved.