| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
CookieObject |
CookieObject.clone() |
CookieObject |
CacheSettings.getForwardedCookies()
An object that describes the cookies that are forwarded to the origin.
|
CookieObject |
CookieObject.withCookiesAllowList(Collection<String> cookiesAllowList)
The specific cookies to forward to your distribution's origin.
|
CookieObject |
CookieObject.withCookiesAllowList(String... cookiesAllowList)
The specific cookies to forward to your distribution's origin.
|
CookieObject |
CookieObject.withOption(ForwardValues option)
Specifies which cookies to forward to the distribution's origin for a cache behavior:
all,
none, or allow-list to forward only the cookies specified in the
cookiesAllowList parameter. |
CookieObject |
CookieObject.withOption(String option)
Specifies which cookies to forward to the distribution's origin for a cache behavior:
all,
none, or allow-list to forward only the cookies specified in the
cookiesAllowList parameter. |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheSettings.setForwardedCookies(CookieObject forwardedCookies)
An object that describes the cookies that are forwarded to the origin.
|
CacheSettings |
CacheSettings.withForwardedCookies(CookieObject forwardedCookies)
An object that describes the cookies that are forwarded to the origin.
|
Copyright © 2024. All rights reserved.