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