Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
OriginCustomHeader |
OriginCustomHeader.clone() |
OriginCustomHeader |
OriginCustomHeader.withHeaderName(String headerName)
The header's name.
|
OriginCustomHeader |
OriginCustomHeader.withHeaderValue(String headerValue)
The header's value.
|
Modifier and Type | Method and Description |
---|---|
List<OriginCustomHeader> |
CustomHeaders.getItems()
A complex type that contains the custom headers for this Origin.
|
Modifier and Type | Method and Description |
---|---|
CustomHeaders |
CustomHeaders.withItems(OriginCustomHeader... items)
A complex type that contains the custom headers for this Origin.
|
Modifier and Type | Method and Description |
---|---|
void |
CustomHeaders.setItems(Collection<OriginCustomHeader> items)
A complex type that contains the custom headers for this Origin.
|
CustomHeaders |
CustomHeaders.withItems(Collection<OriginCustomHeader> items)
A complex type that contains the custom headers for this Origin.
|
Copyright © 2016. All rights reserved.