Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Classes modeling the various types represented by AmazonCloudFront.
|
Modifier and Type | Method and Description |
---|---|
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(Collection<String> items)
Optional: A complex type that contains whitelisted cookies for this
cache behavior.
|
CookieNames |
CookieNames.withItems(String... items)
Optional: A complex type that contains whitelisted cookies for this
cache behavior.
|
CookieNames |
CookieNames.withQuantity(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.
|
Copyright © 2015. All rights reserved.