Uses of Class
com.amazonaws.services.cloudfront.model.Headers
-
Packages that use Headers Package Description com.amazonaws.services.cloudfront.model -
-
Uses of Headers in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return Headers Modifier and Type Method 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(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(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. 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.Methods in com.amazonaws.services.cloudfront.model with parameters of type Headers Modifier and Type Method 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.
-