Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Classes modeling the various types represented by AmazonCloudFront.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2015. All rights reserved.