Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
CustomErrorResponses |
CustomErrorResponses.clone() |
CustomErrorResponses |
DistributionConfig.getCustomErrorResponses()
A complex type that controls the following:
|
CustomErrorResponses |
DistributionSummary.getCustomErrorResponses()
A complex type that contains zero or more
CustomErrorResponses elements. |
CustomErrorResponses |
CustomErrorResponses.withItems(Collection<CustomErrorResponse> items)
A complex type that contains a
CustomErrorResponse element for each HTTP status code for which you
want to specify a custom error page and/or a caching duration. |
CustomErrorResponses |
CustomErrorResponses.withItems(CustomErrorResponse... items)
A complex type that contains a
CustomErrorResponse element for each HTTP status code for which you
want to specify a custom error page and/or a caching duration. |
CustomErrorResponses |
CustomErrorResponses.withQuantity(Integer quantity)
The number of HTTP status codes for which you want to specify a custom error page and/or a caching duration.
|
Modifier and Type | Method and Description |
---|---|
void |
DistributionConfig.setCustomErrorResponses(CustomErrorResponses customErrorResponses)
A complex type that controls the following:
|
void |
DistributionSummary.setCustomErrorResponses(CustomErrorResponses customErrorResponses)
A complex type that contains zero or more
CustomErrorResponses elements. |
DistributionConfig |
DistributionConfig.withCustomErrorResponses(CustomErrorResponses customErrorResponses)
A complex type that controls the following:
|
DistributionSummary |
DistributionSummary.withCustomErrorResponses(CustomErrorResponses customErrorResponses)
A complex type that contains zero or more
CustomErrorResponses elements. |
Copyright © 2019. All rights reserved.