Package | Description |
---|---|
com.amazonaws.services.cloudfront.model | |
com.amazonaws.services.cloudfront.model.transform |
Modifier and Type | Field and Description |
---|---|
private CustomErrorResponses |
DistributionSummary.customErrorResponses
A complex type that contains zero or more CustomErrorResponses elements.
|
private CustomErrorResponses |
DistributionConfig.customErrorResponses
A complex type that contains zero or more CustomErrorResponse elements.
|
Modifier and Type | Method and Description |
---|---|
CustomErrorResponses |
CustomErrorResponses.clone() |
CustomErrorResponses |
DistributionSummary.getCustomErrorResponses()
A complex type that contains zero or more CustomErrorResponses elements.
|
CustomErrorResponses |
DistributionConfig.getCustomErrorResponses()
A complex type that contains zero or more CustomErrorResponse elements.
|
CustomErrorResponses |
CustomErrorResponses.withItems(java.util.Collection<CustomErrorResponse> items)
Optional: A complex type that contains custom error responses for this
distribution.
|
CustomErrorResponses |
CustomErrorResponses.withItems(CustomErrorResponse... items)
Optional: A complex type that contains custom error responses for this
distribution.
|
CustomErrorResponses |
CustomErrorResponses.withQuantity(java.lang.Integer quantity)
The number of custom error responses for this distribution.
|
Modifier and Type | Method and Description |
---|---|
void |
DistributionSummary.setCustomErrorResponses(CustomErrorResponses customErrorResponses)
A complex type that contains zero or more CustomErrorResponses elements.
|
void |
DistributionConfig.setCustomErrorResponses(CustomErrorResponses customErrorResponses)
A complex type that contains zero or more CustomErrorResponse elements.
|
DistributionSummary |
DistributionSummary.withCustomErrorResponses(CustomErrorResponses customErrorResponses)
A complex type that contains zero or more CustomErrorResponses elements.
|
DistributionConfig |
DistributionConfig.withCustomErrorResponses(CustomErrorResponses customErrorResponses)
A complex type that contains zero or more CustomErrorResponse elements.
|
Modifier and Type | Method and Description |
---|---|
CustomErrorResponses |
CustomErrorResponsesStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |