Package | Description |
---|---|
com.amazonaws.services.cloudfront.model | |
com.amazonaws.services.cloudfront.model.transform |
Modifier and Type | Field and Description |
---|---|
private CookieNames |
CookiePreference.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.
|
Modifier and Type | Method and Description |
---|---|
CookieNames |
CookieNames.clone() |
CookieNames |
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.
|
CookieNames |
CookieNames.withItems(java.util.Collection<java.lang.String> items)
Optional: A complex type that contains whitelisted cookies for this cache
behavior.
|
CookieNames |
CookieNames.withItems(java.lang.String... items)
Optional: A complex type that contains whitelisted cookies for this cache
behavior.
|
CookieNames |
CookieNames.withQuantity(java.lang.Integer quantity)
The number of whitelisted cookies for this cache behavior.
|
Modifier and Type | Method and Description |
---|---|
void |
CookiePreference.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 |
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.
|
Modifier and Type | Method and Description |
---|---|
CookieNames |
CookieNamesStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |