| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model | |
| software.amazon.awssdk.services.cloudfront.transform |
| Modifier and Type | Method and Description |
|---|---|
List<OriginCustomHeader> |
CustomHeaders.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 |
|---|---|
CustomHeaders.Builder |
CustomHeaders.Builder.items(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 |
|---|---|
CustomHeaders.Builder |
CustomHeaders.Builder.items(Collection<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 |
|---|---|
OriginCustomHeader |
OriginCustomHeaderUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2018. All rights reserved.