@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum InstancesHealthAttribute extends Enum<InstancesHealthAttribute>
Enum Constant and Description |
---|
All |
ApplicationMetrics |
AvailabilityZone |
Causes |
Color |
Deployment |
HealthStatus |
InstanceType |
LaunchedAt |
RefreshedAt |
System |
Modifier and Type | Method and Description |
---|---|
static InstancesHealthAttribute |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static InstancesHealthAttribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstancesHealthAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstancesHealthAttribute HealthStatus
public static final InstancesHealthAttribute Color
public static final InstancesHealthAttribute Causes
public static final InstancesHealthAttribute ApplicationMetrics
public static final InstancesHealthAttribute RefreshedAt
public static final InstancesHealthAttribute LaunchedAt
public static final InstancesHealthAttribute System
public static final InstancesHealthAttribute Deployment
public static final InstancesHealthAttribute AvailabilityZone
public static final InstancesHealthAttribute InstanceType
public static final InstancesHealthAttribute All
public static InstancesHealthAttribute[] values()
for (InstancesHealthAttribute c : InstancesHealthAttribute.values()) System.out.println(c);
public static InstancesHealthAttribute 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<InstancesHealthAttribute>
public static InstancesHealthAttribute fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.