Uses of Class
com.amazonaws.services.cloudfront.model.CustomHeaders
-
Packages that use CustomHeaders Package Description com.amazonaws.services.cloudfront.model -
-
Uses of CustomHeaders in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return CustomHeaders Modifier and Type Method Description CustomHeaders
CustomHeaders. clone()
CustomHeaders
Origin. getCustomHeaders()
A complex type that contains information about the custom headers associated with this Origin.CustomHeaders
CustomHeaders. withItems(OriginCustomHeader... items)
A complex type that contains the custom headers for this Origin.CustomHeaders
CustomHeaders. withItems(Collection<OriginCustomHeader> items)
A complex type that contains the custom headers for this Origin.CustomHeaders
CustomHeaders. withQuantity(Integer quantity)
The number of custom headers for this origin.Methods in com.amazonaws.services.cloudfront.model with parameters of type CustomHeaders Modifier and Type Method Description void
Origin. setCustomHeaders(CustomHeaders customHeaders)
A complex type that contains information about the custom headers associated with this Origin.Origin
Origin. withCustomHeaders(CustomHeaders customHeaders)
A complex type that contains information about the custom headers associated with this Origin.
-