Package | Description |
---|---|
com.amazonaws.services.cloudfront.model | |
com.amazonaws.services.cloudfront.model.transform |
Modifier and Type | Field and Description |
---|---|
private CustomHeaders |
Origin.customHeaders
A complex type that contains information about the custom headers
associated with this Origin.
|
Modifier and Type | Method and Description |
---|---|
CustomHeaders |
CustomHeaders.clone() |
CustomHeaders |
Origin.getCustomHeaders()
A complex type that contains information about the custom headers
associated with this Origin.
|
CustomHeaders |
CustomHeaders.withItems(java.util.Collection<OriginCustomHeader> items)
A complex type that contains the custom headers for this Origin.
|
CustomHeaders |
CustomHeaders.withItems(OriginCustomHeader... items)
A complex type that contains the custom headers for this Origin.
|
CustomHeaders |
CustomHeaders.withQuantity(java.lang.Integer quantity)
The number of custom headers for this origin.
|
Modifier and Type | Method and Description |
---|---|
void |
Origin.setCustomHeaders(CustomHeaders customHeaders)
A complex type that contains information about the custom headers
associated with this Origin.
|
Origin |
Origin.withCustomHeaders(CustomHeaders customHeaders)
A complex type that contains information about the custom headers
associated with this Origin.
|
Modifier and Type | Method and Description |
---|---|
CustomHeaders |
CustomHeadersStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |