Uses of Class
software.amazon.awssdk.services.cloudfront.model.CustomErrorResponse
-
Packages that use CustomErrorResponse Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of CustomErrorResponse in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type CustomErrorResponse Modifier and Type Method Description List<CustomErrorResponse>CustomErrorResponses. items()A complex type that contains aCustomErrorResponseelement for each HTTP status code for which you want to specify a custom error page and/or a caching duration.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type CustomErrorResponse Modifier and Type Method Description CustomErrorResponses.BuilderCustomErrorResponses.Builder. items(CustomErrorResponse... items)A complex type that contains aCustomErrorResponseelement for each HTTP status code for which you want to specify a custom error page and/or a caching duration.Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type CustomErrorResponse Modifier and Type Method Description CustomErrorResponses.BuilderCustomErrorResponses.Builder. items(Collection<CustomErrorResponse> items)A complex type that contains aCustomErrorResponseelement for each HTTP status code for which you want to specify a custom error page and/or a caching duration.
-