Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
CustomHeaders |
CustomHeaders.clone() |
CustomHeaders |
Origin.getCustomHeaders()
A list of HTTP header names and values that CloudFront adds to the requests that it sends to the origin.
|
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 list of HTTP header names and values that CloudFront adds to the requests that it sends to the origin.
|
Origin |
Origin.withCustomHeaders(CustomHeaders customHeaders)
A list of HTTP header names and values that CloudFront adds to the requests that it sends to the origin.
|
Copyright © 2021. All rights reserved.