Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
CustomHeaders |
CustomHeaders.clone() |
CustomHeaders |
Origin.getCustomHeaders()
A complex type that contains names and values for the custom headers that you want.
|
CustomHeaders |
CustomHeaders.withItems(Collection<OriginCustomHeader> items)
Optional: A list that contains one
OriginCustomHeader element for each custom header that you
want CloudFront to forward to the origin. |
CustomHeaders |
CustomHeaders.withItems(OriginCustomHeader... items)
Optional: A list that contains one
OriginCustomHeader element for each custom header that you
want CloudFront to forward to the origin. |
CustomHeaders |
CustomHeaders.withQuantity(Integer quantity)
The number of custom headers, if any, for this distribution.
|
Modifier and Type | Method and Description |
---|---|
void |
Origin.setCustomHeaders(CustomHeaders customHeaders)
A complex type that contains names and values for the custom headers that you want.
|
Origin |
Origin.withCustomHeaders(CustomHeaders customHeaders)
A complex type that contains names and values for the custom headers that you want.
|
Copyright © 2019. All rights reserved.