| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
static CookiePreference.Builder |
CookiePreference.builder() |
CookiePreference.Builder |
CookiePreference.Builder.forward(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.Builder |
CookiePreference.Builder.forward(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.Builder |
CookiePreference.toBuilder() |
default CookiePreference.Builder |
CookiePreference.Builder.whitelistedNames(Consumer<CookieNames.Builder> whitelistedNames)
Required if you specify
whitelist for the value of Forward:. |
CookiePreference.Builder |
CookiePreference.Builder.whitelistedNames(CookieNames whitelistedNames)
Required if you specify
whitelist for the value of Forward:. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CookiePreference.Builder> |
CookiePreference.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ForwardedValues.Builder |
ForwardedValues.Builder.cookies(Consumer<CookiePreference.Builder> cookies)
A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which
ones.
|
Copyright © 2018. All rights reserved.