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 OriginCustomHeaderOriginCustomHeader. clone()OriginCustomHeaderOriginCustomHeader. withHeaderName(String headerName)The header's name.OriginCustomHeaderOriginCustomHeader. 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 CustomHeadersCustomHeaders. 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 voidCustomHeaders. setItems(Collection<OriginCustomHeader> items)A complex type that contains the custom headers for this Origin.CustomHeadersCustomHeaders. withItems(Collection<OriginCustomHeader> items)A complex type that contains the custom headers for this Origin.
-