MetricAlertRuleTimeAggregation Class

public final class MetricAlertRuleTimeAggregation
extends ExpandableStringEnum<MetricAlertRuleTimeAggregation>

Defines values for MetricAlertRuleTimeAggregation.

Field Summary

Modifier and Type Field and Description
static final MetricAlertRuleTimeAggregation AVERAGE

Static value Average for MetricAlertRuleTimeAggregation.

static final MetricAlertRuleTimeAggregation COUNT

Static value Count for MetricAlertRuleTimeAggregation.

static final MetricAlertRuleTimeAggregation MAXIMUM

Static value Maximum for MetricAlertRuleTimeAggregation.

static final MetricAlertRuleTimeAggregation MINIMUM

Static value Minimum for MetricAlertRuleTimeAggregation.

static final MetricAlertRuleTimeAggregation TOTAL

Static value Total for MetricAlertRuleTimeAggregation.

Constructor Summary

Constructor Description
MetricAlertRuleTimeAggregation()

Method Summary

Modifier and Type Method and Description
static MetricAlertRuleTimeAggregation fromString(String name)

Creates or finds a MetricAlertRuleTimeAggregation from its string representation.

static Collection<MetricAlertRuleTimeAggregation> values()

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

AVERAGE

public static final MetricAlertRuleTimeAggregation AVERAGE

Static value Average for MetricAlertRuleTimeAggregation.

COUNT

public static final MetricAlertRuleTimeAggregation COUNT

Static value Count for MetricAlertRuleTimeAggregation.

MAXIMUM

public static final MetricAlertRuleTimeAggregation MAXIMUM

Static value Maximum for MetricAlertRuleTimeAggregation.

MINIMUM

public static final MetricAlertRuleTimeAggregation MINIMUM

Static value Minimum for MetricAlertRuleTimeAggregation.

TOTAL

public static final MetricAlertRuleTimeAggregation TOTAL

Static value Total for MetricAlertRuleTimeAggregation.

Constructor Details

MetricAlertRuleTimeAggregation

public MetricAlertRuleTimeAggregation()

Method Details

fromString

public static MetricAlertRuleTimeAggregation fromString(String name)

Creates or finds a MetricAlertRuleTimeAggregation from its string representation.

Parameters:

name - a name to look for

Returns:

the corresponding MetricAlertRuleTimeAggregation

values

public static Collection values()

Returns:

known MetricAlertRuleTimeAggregation values

Applies to