Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
Headers |
Headers.clone() |
Headers |
ForwardedValues.getHeaders()
A complex type that specifies the
Headers , if any, that you want CloudFront to forward to the origin
for this cache behavior (whitelisted headers). |
Headers |
Headers.withItems(Collection<String> items)
A list that contains one
Name element for each header that you want CloudFront to use for caching in
this cache behavior. |
Headers |
Headers.withItems(String... items)
A list that contains one
Name element for each header that you want CloudFront to use for caching in
this cache behavior. |
Headers |
Headers.withQuantity(Integer quantity)
The number of different headers that you want CloudFront to base caching on for this cache behavior.
|
Modifier and Type | Method and Description |
---|---|
void |
ForwardedValues.setHeaders(Headers headers)
A complex type that specifies the
Headers , if any, that you want CloudFront to forward to the origin
for this cache behavior (whitelisted headers). |
ForwardedValues |
ForwardedValues.withHeaders(Headers headers)
A complex type that specifies the
Headers , if any, that you want CloudFront to forward to the origin
for this cache behavior (whitelisted headers). |
Copyright © 2020. All rights reserved.