Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
StatusCodes |
StatusCodes.clone() |
StatusCodes |
OriginGroupFailoverCriteria.getStatusCodes()
The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second
origin.
|
StatusCodes |
StatusCodes.withItems(Collection<Integer> items)
The items (status codes) for an origin group.
|
StatusCodes |
StatusCodes.withItems(Integer... items)
The items (status codes) for an origin group.
|
StatusCodes |
StatusCodes.withQuantity(Integer quantity)
The number of status codes.
|
Modifier and Type | Method and Description |
---|---|
void |
OriginGroupFailoverCriteria.setStatusCodes(StatusCodes statusCodes)
The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second
origin.
|
OriginGroupFailoverCriteria |
OriginGroupFailoverCriteria.withStatusCodes(StatusCodes statusCodes)
The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second
origin.
|
Copyright © 2019. All rights reserved.