Uses of Class
com.amazonaws.services.cloudfront.model.OriginCustomHeader
-
Packages that use OriginCustomHeader Package Description com.amazonaws.services.cloudfront.model -
-
Uses of OriginCustomHeader in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return OriginCustomHeader Modifier and Type Method Description OriginCustomHeader
OriginCustomHeader. clone()
OriginCustomHeader
OriginCustomHeader. withHeaderName(String headerName)
The header's name.OriginCustomHeader
OriginCustomHeader. withHeaderValue(String headerValue)
The header's value.Methods in com.amazonaws.services.cloudfront.model that return types with arguments of type OriginCustomHeader Modifier and Type Method Description List<OriginCustomHeader>
CustomHeaders. getItems()
A complex type that contains the custom headers for this Origin.Methods in com.amazonaws.services.cloudfront.model with parameters of type OriginCustomHeader Modifier and Type Method Description CustomHeaders
CustomHeaders. withItems(OriginCustomHeader... items)
A complex type that contains the custom headers for this Origin.Method parameters in com.amazonaws.services.cloudfront.model with type arguments of type OriginCustomHeader Modifier and Type Method Description void
CustomHeaders. setItems(Collection<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.
-