Uses of Class
com.amazonaws.services.cloudfront.model.CustomHeaders
Packages that use CustomHeaders
-
Uses of CustomHeaders in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return CustomHeadersModifier and TypeMethodDescriptionCustomHeaders.clone()Origin.getCustomHeaders()A complex type that contains information about the custom headers associated with this Origin.CustomHeaders.withItems(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.CustomHeaders.withQuantity(Integer quantity) The number of custom headers for this origin.Methods in com.amazonaws.services.cloudfront.model with parameters of type CustomHeadersModifier and TypeMethodDescriptionvoidOrigin.setCustomHeaders(CustomHeaders customHeaders) A complex type that contains information about the custom headers associated with this Origin.Origin.withCustomHeaders(CustomHeaders customHeaders) A complex type that contains information about the custom headers associated with this Origin.