Uses of Class
software.amazon.awssdk.services.cloudfront.model.StatusCodes
-
Packages that use StatusCodes Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of StatusCodes in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return StatusCodes Modifier and Type Method Description StatusCodesOriginGroupFailoverCriteria. statusCodes()The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type StatusCodes Modifier and Type Method Description OriginGroupFailoverCriteria.BuilderOriginGroupFailoverCriteria.Builder. statusCodes(StatusCodes statusCodes)The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.
-