Uses of Class
com.amazonaws.services.route53.model.HealthCheckRegion
-
Packages that use HealthCheckRegion Package Description com.amazonaws.services.route53.model -
-
Uses of HealthCheckRegion in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return HealthCheckRegion Modifier and Type Method 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.Methods in com.amazonaws.services.route53.model with parameters of type HealthCheckRegion Modifier and Type Method Description void
HealthCheckObservation. setRegion(HealthCheckRegion region)
TheHealthCheckRegion
of the Amazon Route 53 health checker that performed this health check.HealthCheckObservation
HealthCheckObservation. withRegion(HealthCheckRegion region)
TheHealthCheckRegion
of the Amazon Route 53 health checker that performed this health check.HealthCheckConfig
HealthCheckConfig. withRegions(HealthCheckRegion... regions)
A list ofHealthCheckRegion
values that you want Amazon Route 53 to use to perform health checks for the specified endpoint.UpdateHealthCheckRequest
UpdateHealthCheckRequest. withRegions(HealthCheckRegion... regions)
A list ofHealthCheckRegion
values that specify the Amazon EC2 regions that you want Amazon Route 53 to use to perform health checks.
-