Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
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(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(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.
|
Copyright © 2016. All rights reserved.