| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| 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. |
Copyright © 2023. All rights reserved.