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