| 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() |
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() |
Copyright © 2017. All rights reserved.