Uses of Class
com.amazonaws.services.cloudfront.model.CustomErrorResponse
-
Packages that use CustomErrorResponse Package Description com.amazonaws.services.cloudfront.model -
-
Uses of CustomErrorResponse in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return CustomErrorResponse Modifier and Type Method Description CustomErrorResponseCustomErrorResponse. clone()CustomErrorResponseCustomErrorResponse. withErrorCachingMinTTL(Long errorCachingMinTTL)The minimum amount of time you want HTTP error codes to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated.CustomErrorResponseCustomErrorResponse. withErrorCode(Integer errorCode)The 4xx or 5xx HTTP status code that you want to customize.CustomErrorResponseCustomErrorResponse. withResponseCode(String responseCode)The HTTP status code that you want CloudFront to return with the custom error page to the viewer.CustomErrorResponseCustomErrorResponse. withResponsePagePath(String responsePagePath)The path of the custom error page (for example, /custom_404.html).Methods in com.amazonaws.services.cloudfront.model that return types with arguments of type CustomErrorResponse Modifier and Type Method Description List<CustomErrorResponse>CustomErrorResponses. getItems()Optional: A complex type that contains custom error responses for this distribution.Methods in com.amazonaws.services.cloudfront.model with parameters of type CustomErrorResponse Modifier and Type Method Description CustomErrorResponsesCustomErrorResponses. withItems(CustomErrorResponse... items)Optional: A complex type that contains custom error responses for this distribution.Method parameters in com.amazonaws.services.cloudfront.model with type arguments of type CustomErrorResponse Modifier and Type Method Description voidCustomErrorResponses. setItems(Collection<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.
-