| Package | Description |
|---|---|
| com.amazonaws.services.cloudfront.model | |
| com.amazonaws.services.cloudfront.model.transform |
| 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 vary upon for this
cache behavior. |
Headers |
Headers.withItems(Collection<String> items)
A complex type that contains one
Name element for each header that you want CloudFront to forward to
the origin and to vary on for this cache behavior. |
Headers |
Headers.withItems(String... items)
A complex type that contains one
Name element for each header that you want CloudFront to forward to
the origin and to vary on for this cache behavior. |
Headers |
Headers.withQuantity(Integer quantity)
The number of different headers that you want CloudFront to forward to the origin 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 vary upon for this
cache behavior. |
ForwardedValues |
ForwardedValues.withHeaders(Headers headers)
A complex type that specifies the
Headers, if any, that you want CloudFront to vary upon for this
cache behavior. |
| Modifier and Type | Method and Description |
|---|---|
Headers |
HeadersStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2017. All rights reserved.