Uses of Class
com.amazonaws.services.cloudfront.model.Headers
Packages that use Headers
-
Uses of Headers in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return HeadersModifier and TypeMethodDescriptionHeaders.clone()
ForwardedValues.getHeaders()
A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.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.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.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 HeadersModifier and TypeMethodDescriptionvoid
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.withHeaders
(Headers headers) A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.