Uses of Class
software.amazon.awssdk.services.cloudfront.model.CustomErrorResponse
Packages that use CustomErrorResponse
-
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 CustomErrorResponseModifier and TypeMethodDescriptionfinal 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 CustomErrorResponseModifier and TypeMethodDescriptionCustomErrorResponses.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 CustomErrorResponseModifier and TypeMethodDescriptionCustomErrorResponses.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.