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 CustomHeadersCustomHeaders. clone()CustomHeadersOrigin. getCustomHeaders()A complex type that contains information about the custom headers associated with this Origin.CustomHeadersCustomHeaders. withItems(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.CustomHeadersCustomHeaders. 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 voidOrigin. setCustomHeaders(CustomHeaders customHeaders)A complex type that contains information about the custom headers associated with this Origin.OriginOrigin. withCustomHeaders(CustomHeaders customHeaders)A complex type that contains information about the custom headers associated with this Origin.
-