public final class MetricAlertRuleTimeAggregation extends ExpandableStringEnum<MetricAlertRuleTimeAggregation>
Modifier and Type | Field and Description |
---|---|
static MetricAlertRuleTimeAggregation |
AVERAGE
Static value Average for MetricAlertRuleTimeAggregation.
|
static MetricAlertRuleTimeAggregation |
MAXIMUM
Static value Maximum for MetricAlertRuleTimeAggregation.
|
static MetricAlertRuleTimeAggregation |
MINIMUM
Static value Minimum for MetricAlertRuleTimeAggregation.
|
static MetricAlertRuleTimeAggregation |
TOTAL
Static value Total for MetricAlertRuleTimeAggregation.
|
Constructor and Description |
---|
MetricAlertRuleTimeAggregation() |
Modifier and Type | Method and Description |
---|---|
static MetricAlertRuleTimeAggregation |
fromString(String name)
Creates or finds a MetricAlertRuleTimeAggregation from its string representation.
|
static Collection<MetricAlertRuleTimeAggregation> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final MetricAlertRuleTimeAggregation AVERAGE
public static final MetricAlertRuleTimeAggregation MINIMUM
public static final MetricAlertRuleTimeAggregation MAXIMUM
public static final MetricAlertRuleTimeAggregation TOTAL
public static MetricAlertRuleTimeAggregation fromString(String name)
name
- a name to look forpublic static Collection<MetricAlertRuleTimeAggregation> values()
Copyright © 2019. All rights reserved.