@Generated(value="software.amazon.awssdk:codegen") public enum ScalingMetricType extends Enum<ScalingMetricType>
| Modifier and Type | Method and Description |
|---|---|
static ScalingMetricType |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<ScalingMetricType> |
knownValues()
|
String |
toString() |
static ScalingMetricType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScalingMetricType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScalingMetricType ASG_AVERAGE_CPU_UTILIZATION
public static final ScalingMetricType ASG_AVERAGE_NETWORK_IN
public static final ScalingMetricType ASG_AVERAGE_NETWORK_OUT
public static final ScalingMetricType DYNAMO_DB_READ_CAPACITY_UTILIZATION
public static final ScalingMetricType DYNAMO_DB_WRITE_CAPACITY_UTILIZATION
public static final ScalingMetricType ECS_SERVICE_AVERAGE_CPU_UTILIZATION
public static final ScalingMetricType ECS_SERVICE_AVERAGE_MEMORY_UTILIZATION
public static final ScalingMetricType ALB_REQUEST_COUNT_PER_TARGET
public static final ScalingMetricType RDS_READER_AVERAGE_CPU_UTILIZATION
public static final ScalingMetricType RDS_READER_AVERAGE_DATABASE_CONNECTIONS
public static final ScalingMetricType EC2_SPOT_FLEET_REQUEST_AVERAGE_CPU_UTILIZATION
public static final ScalingMetricType EC2_SPOT_FLEET_REQUEST_AVERAGE_NETWORK_IN
public static final ScalingMetricType EC2_SPOT_FLEET_REQUEST_AVERAGE_NETWORK_OUT
public static final ScalingMetricType UNKNOWN_TO_SDK_VERSION
public static ScalingMetricType[] values()
for (ScalingMetricType c : ScalingMetricType.values()) System.out.println(c);
public static ScalingMetricType 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<ScalingMetricType>public static ScalingMetricType fromValue(String value)
value - real valuepublic static Set<ScalingMetricType> knownValues()
values() to return a Set of all values known to the SDK. This will return
all known enum values except UNKNOWN_TO_SDK_VERSION.Set of known ScalingMetricTypesCopyright © 2023. All rights reserved.