@Stability(value=Stable) public static enum EmrCreateCluster.CloudWatchAlarmStatistic extends Enum<EmrCreateCluster.CloudWatchAlarmStatistic>
Enum Constant and Description |
---|
AVERAGE
AVERAGE.
|
MAXIMUM
MAXIMUM.
|
MINIMUM
MINIMUM.
|
SAMPLE_COUNT
SAMPLE_COUNT.
|
SUM
SUM.
|
Modifier and Type | Method and Description |
---|---|
static EmrCreateCluster.CloudWatchAlarmStatistic |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmrCreateCluster.CloudWatchAlarmStatistic[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Stable) public static final EmrCreateCluster.CloudWatchAlarmStatistic SAMPLE_COUNT
@Stability(value=Stable) public static final EmrCreateCluster.CloudWatchAlarmStatistic AVERAGE
@Stability(value=Stable) public static final EmrCreateCluster.CloudWatchAlarmStatistic SUM
@Stability(value=Stable) public static final EmrCreateCluster.CloudWatchAlarmStatistic MINIMUM
@Stability(value=Stable) public static final EmrCreateCluster.CloudWatchAlarmStatistic MAXIMUM
public static EmrCreateCluster.CloudWatchAlarmStatistic[] values()
for (EmrCreateCluster.CloudWatchAlarmStatistic c : EmrCreateCluster.CloudWatchAlarmStatistic.values()) System.out.println(c);
public static EmrCreateCluster.CloudWatchAlarmStatistic 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 nullCopyright © 2022. All rights reserved.