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