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

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

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

Methods in com.amazonaws.services.cloudfront.model that return ItemSelection
static ItemSelection ItemSelection.fromValue(String value)
          Use this in place of valueOf.
static ItemSelection ItemSelection.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ItemSelection[] ItemSelection.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.amazonaws.services.cloudfront.model with parameters of type ItemSelection
 void CookiePreference.setForward(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(ItemSelection forward)
          Use this element to specify whether you want CloudFront to forward cookies to the origin that is associated with this cache behavior.
 



Copyright © 2016. All rights reserved.