Uses of Class
com.amazonaws.services.cloudfront.model.ItemSelection
-
Packages that use ItemSelection Package Description com.amazonaws.services.cloudfront.model -
-
Uses of ItemSelection in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return ItemSelection Modifier and Type Method Description 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 Modifier and Type Method Description 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.
-