| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
HeaderObject |
HeaderObject.clone() |
HeaderObject |
CacheSettings.getForwardedHeaders()
An object that describes the headers that are forwarded to the origin.
|
HeaderObject |
HeaderObject.withHeadersAllowList(Collection<String> headersAllowList)
The specific headers to forward to your distribution's origin.
|
HeaderObject |
HeaderObject.withHeadersAllowList(HeaderEnum... headersAllowList)
The specific headers to forward to your distribution's origin.
|
HeaderObject |
HeaderObject.withHeadersAllowList(String... headersAllowList)
The specific headers to forward to your distribution's origin.
|
HeaderObject |
HeaderObject.withOption(ForwardValues option)
The headers that you want your distribution to forward to your origin and base caching on.
|
HeaderObject |
HeaderObject.withOption(String option)
The headers that you want your distribution to forward to your origin and base caching on.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CacheSettings.setForwardedHeaders(HeaderObject forwardedHeaders)
An object that describes the headers that are forwarded to the origin.
|
CacheSettings |
CacheSettings.withForwardedHeaders(HeaderObject forwardedHeaders)
An object that describes the headers that are forwarded to the origin.
|
Copyright © 2022. All rights reserved.