| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
static ForwardValues |
ForwardValues.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ForwardValues |
HeaderObject.option()
The headers that you want your distribution to forward to your origin and base caching on.
|
ForwardValues |
CookieObject.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. |
static ForwardValues |
ForwardValues.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ForwardValues[] |
ForwardValues.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ForwardValues> |
ForwardValues.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
HeaderObject.Builder |
HeaderObject.Builder.option(ForwardValues option)
The headers that you want your distribution to forward to your origin and base caching on.
|
CookieObject.Builder |
CookieObject.Builder.option(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. |
Copyright © 2022. All rights reserved.