| Package | Description |
|---|---|
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
static HealthCheckRegion |
HealthCheckRegion.fromValue(String value)
Use this in place of valueOf.
|
static HealthCheckRegion |
HealthCheckRegion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HealthCheckRegion[] |
HealthCheckRegion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HealthCheckObservation.setRegion(HealthCheckRegion region)
The region of the Amazon Route 53 health checker that provided the status in
StatusReport. |
HealthCheckObservation |
HealthCheckObservation.withRegion(HealthCheckRegion region)
The region of the Amazon Route 53 health checker that provided the status in
StatusReport. |
HealthCheckConfig |
HealthCheckConfig.withRegions(HealthCheckRegion... regions)
A complex type that contains one
Region element for each region from which you want Amazon Route 53
health checkers to check the specified endpoint. |
UpdateHealthCheckRequest |
UpdateHealthCheckRequest.withRegions(HealthCheckRegion... regions)
A complex type that contains one
Region element for each region that you want Amazon Route 53 health
checkers to check the specified endpoint from. |
Copyright © 2019. All rights reserved.