Package | Description |
---|---|
com.amazonaws.services.cloudfront.model | |
com.amazonaws.services.cloudfront.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<OriginCustomHeader> |
CustomHeaders.items
A complex type that contains the custom headers for this Origin.
|
Modifier and Type | Method and Description |
---|---|
OriginCustomHeader |
OriginCustomHeader.clone() |
OriginCustomHeader |
OriginCustomHeader.withHeaderName(java.lang.String headerName)
The header's name.
|
OriginCustomHeader |
OriginCustomHeader.withHeaderValue(java.lang.String headerValue)
The header's value.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<OriginCustomHeader> items)
A complex type that contains the custom headers for this Origin.
|
CustomHeaders |
CustomHeaders.withItems(java.util.Collection<OriginCustomHeader> items)
A complex type that contains the custom headers for this Origin.
|
Modifier and Type | Method and Description |
---|---|
OriginCustomHeader |
OriginCustomHeaderStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |