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 CustomErrorResponsesCustomErrorResponses. clone()CustomErrorResponsesDistributionConfig. getCustomErrorResponses()A complex type that contains zero or more CustomErrorResponse elements.CustomErrorResponsesDistributionSummary. getCustomErrorResponses()A complex type that contains zero or more CustomErrorResponses elements.CustomErrorResponsesCustomErrorResponses. withItems(CustomErrorResponse... items)Optional: A complex type that contains custom error responses for this distribution.CustomErrorResponsesCustomErrorResponses. withItems(Collection<CustomErrorResponse> items)Optional: A complex type that contains custom error responses for this distribution.CustomErrorResponsesCustomErrorResponses. 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 voidDistributionConfig. setCustomErrorResponses(CustomErrorResponses customErrorResponses)A complex type that contains zero or more CustomErrorResponse elements.voidDistributionSummary. setCustomErrorResponses(CustomErrorResponses customErrorResponses)A complex type that contains zero or more CustomErrorResponses elements.DistributionConfigDistributionConfig. withCustomErrorResponses(CustomErrorResponses customErrorResponses)A complex type that contains zero or more CustomErrorResponse elements.DistributionSummaryDistributionSummary. withCustomErrorResponses(CustomErrorResponses customErrorResponses)A complex type that contains zero or more CustomErrorResponses elements.
-