@Stability(value=Experimental) public static enum EmrCreateCluster.CloudWatchAlarmStatistic extends Enum<EmrCreateCluster.CloudWatchAlarmStatistic>
| Enum Constant and Description |
|---|
AVERAGE
(experimental) AVERAGE.
|
MAXIMUM
(experimental) MAXIMUM.
|
MINIMUM
(experimental) MINIMUM.
|
SAMPLE_COUNT
(experimental) SAMPLE_COUNT.
|
SUM
(experimental) 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=Experimental) public static final EmrCreateCluster.CloudWatchAlarmStatistic SAMPLE_COUNT
@Stability(value=Experimental) public static final EmrCreateCluster.CloudWatchAlarmStatistic AVERAGE
@Stability(value=Experimental) public static final EmrCreateCluster.CloudWatchAlarmStatistic SUM
@Stability(value=Experimental) public static final EmrCreateCluster.CloudWatchAlarmStatistic MINIMUM
@Stability(value=Experimental) 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 © 2021. All rights reserved.