Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Classes modeling the various types represented by AmazonCloudFront.
|
Modifier and Type | Method and Description |
---|---|
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)
Optional: A complex type that contains a 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)
Optional: A complex type that contains a 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 and to vary 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 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.
|
Copyright © 2015. All rights reserved.