Enum HealthCheckRegion
- All Implemented Interfaces:
Serializable
,Comparable<HealthCheckRegion>
,java.lang.constant.Constable
An Amazon EC2 region that you want Amazon Route 53 to use to perform health checks.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic HealthCheckRegion
Use this in place of valueOf.toString()
static HealthCheckRegion
Returns the enum constant of this type with the specified name.static HealthCheckRegion[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
UsEast1
-
UsWest1
-
UsWest2
-
EuWest1
-
ApSoutheast1
-
ApSoutheast2
-
ApNortheast1
-
SaEast1
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
toString
- Overrides:
toString
in classEnum<HealthCheckRegion>
-
fromValue
Use this in place of valueOf.- Parameters:
value
- real value- Returns:
- HealthCheckRegion corresponding to the value
-