Serializable
, Comparable<HealthCheckType>
@Generated("software.amazon.awssdk:codegen") public enum HealthCheckType extends Enum<HealthCheckType>
Enum Constant | Description |
---|---|
CALCULATED |
|
CLOUDWATCH_METRIC |
|
HTTP |
|
HTTP_STR_MATCH |
|
HTTPS |
|
HTTPS_STR_MATCH |
|
TCP |
Modifier and Type | Method | Description |
---|---|---|
static HealthCheckType |
fromValue(String value) |
Use this in place of valueOf.
|
String |
toString() |
|
static HealthCheckType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static HealthCheckType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HealthCheckType HTTP
public static final HealthCheckType HTTPS
public static final HealthCheckType HTTP_STR_MATCH
public static final HealthCheckType HTTPS_STR_MATCH
public static final HealthCheckType TCP
public static final HealthCheckType CALCULATED
public static final HealthCheckType CLOUDWATCH_METRIC
public static HealthCheckType[] values()
for (HealthCheckType c : HealthCheckType.values()) System.out.println(c);
public static HealthCheckType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<HealthCheckType>
public static HealthCheckType fromValue(String value)
value
- real valueCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.