Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
CookieNames |
CookieNames.clone() |
CookieNames |
CookiePreference.getWhitelistedNames()
Required if you specify
whitelist for the value of Forward: . |
CookieNames |
CookieNames.withItems(Collection<String> items)
A complex type that contains one
Name element for each cookie that you want CloudFront to forward to
the origin for this cache behavior. |
CookieNames |
CookieNames.withItems(String... items)
A complex type that contains one
Name element for each cookie that you want CloudFront to forward to
the origin for this cache behavior. |
CookieNames |
CookieNames.withQuantity(Integer quantity)
The number of different cookies that you want CloudFront to forward to the origin for this cache behavior.
|
Modifier and Type | Method and Description |
---|---|
void |
CookiePreference.setWhitelistedNames(CookieNames whitelistedNames)
Required if you specify
whitelist for the value of Forward: . |
CookiePreference |
CookiePreference.withWhitelistedNames(CookieNames whitelistedNames)
Required if you specify
whitelist for the value of Forward: . |
Copyright © 2019. All rights reserved.