Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
CookiePreference |
CookiePreference.clone() |
CookiePreference |
ForwardedValues.getCookies()
A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which
ones.
|
CookiePreference |
CookiePreference.withForward(ItemSelection forward)
Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies
specified in the
WhitelistedNames complex type. |
CookiePreference |
CookiePreference.withForward(String forward)
Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies
specified in the
WhitelistedNames complex type. |
CookiePreference |
CookiePreference.withWhitelistedNames(CookieNames whitelistedNames)
Required if you specify
whitelist for the value of Forward . |
Modifier and Type | Method and Description |
---|---|
void |
ForwardedValues.setCookies(CookiePreference cookies)
A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which
ones.
|
ForwardedValues |
ForwardedValues.withCookies(CookiePreference cookies)
A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which
ones.
|
Copyright © 2020. All rights reserved.