Uses of Class
com.amazonaws.services.cloudfront.model.CustomErrorResponses
-
Packages that use CustomErrorResponses Package Description com.amazonaws.services.cloudfront.model -
-
Uses of CustomErrorResponses in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return CustomErrorResponses Modifier and Type Method Description CustomErrorResponses
CustomErrorResponses. clone()
CustomErrorResponses
DistributionConfig. getCustomErrorResponses()
A complex type that contains zero or more CustomErrorResponse elements.CustomErrorResponses
DistributionSummary. getCustomErrorResponses()
A complex type that contains zero or more CustomErrorResponses elements.CustomErrorResponses
CustomErrorResponses. withItems(CustomErrorResponse... items)
Optional: A complex type that contains custom error responses for this distribution.CustomErrorResponses
CustomErrorResponses. withItems(Collection<CustomErrorResponse> items)
Optional: A complex type that contains custom error responses for this distribution.CustomErrorResponses
CustomErrorResponses. withQuantity(Integer quantity)
The number of custom error responses for this distribution.Methods in com.amazonaws.services.cloudfront.model with parameters of type CustomErrorResponses Modifier and Type Method Description void
DistributionConfig. setCustomErrorResponses(CustomErrorResponses customErrorResponses)
A complex type that contains zero or more CustomErrorResponse elements.void
DistributionSummary. setCustomErrorResponses(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.DistributionSummary
DistributionSummary. withCustomErrorResponses(CustomErrorResponses customErrorResponses)
A complex type that contains zero or more CustomErrorResponses elements.
-