@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum InstanceMetricName extends Enum<InstanceMetricName>
| Enum Constant and Description | 
|---|
| BurstCapacityPercentage | 
| BurstCapacityTime | 
| CPUUtilization | 
| MetadataNoToken | 
| NetworkIn | 
| NetworkOut | 
| StatusCheckFailed | 
| StatusCheckFailed_Instance | 
| StatusCheckFailed_System | 
| Modifier and Type | Method and Description | 
|---|---|
| static InstanceMetricName | fromValue(String value)Use this in place of valueOf. | 
| String | toString() | 
| static InstanceMetricName | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static InstanceMetricName[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final InstanceMetricName CPUUtilization
public static final InstanceMetricName NetworkIn
public static final InstanceMetricName NetworkOut
public static final InstanceMetricName StatusCheckFailed
public static final InstanceMetricName StatusCheckFailed_Instance
public static final InstanceMetricName StatusCheckFailed_System
public static final InstanceMetricName BurstCapacityTime
public static final InstanceMetricName BurstCapacityPercentage
public static final InstanceMetricName MetadataNoToken
public static InstanceMetricName[] values()
for (InstanceMetricName c : InstanceMetricName.values()) System.out.println(c);
public static InstanceMetricName 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<InstanceMetricName>public static InstanceMetricName fromValue(String value)
value - real valueIllegalArgumentException - If the specified value does not map to one of the known values in this enum.