Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
OriginCustomHeader |
OriginCustomHeader.clone() |
OriginCustomHeader |
OriginCustomHeader.withHeaderName(String headerName)
The name of a header that you want CloudFront to forward to your origin.
|
OriginCustomHeader |
OriginCustomHeader.withHeaderValue(String headerValue)
The value for the header that you specified in the
HeaderName field. |
Modifier and Type | Method and Description |
---|---|
List<OriginCustomHeader> |
CustomHeaders.getItems()
Optional: A list that contains one
OriginCustomHeader element for each custom header that you
want CloudFront to forward to the origin. |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
void |
CustomHeaders.setItems(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(Collection<OriginCustomHeader> items)
Optional: A list that contains one
OriginCustomHeader element for each custom header that you
want CloudFront to forward to the origin. |
Copyright © 2019. All rights reserved.