| Modifier and Type | Method and Description |
|---|---|
default Statistic |
MetricAlarmConfig.getStatistic()
Deprecated.
|
Statistic |
MetricAlarmConfig.Jsii$Proxy.getStatistic()
Deprecated.
|
static Statistic |
Statistic.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Statistic[] |
Statistic.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MetricAlarmConfig.Builder |
MetricAlarmConfig.Builder.statistic(Statistic statistic)
Deprecated.
|
| Constructor and Description |
|---|
Jsii$Proxy(String metricName,
String namespace,
Number period,
List<? extends Dimension> dimensions,
String extendedStatistic,
Statistic statistic,
Unit unit)
Deprecated.
Constructor that initializes the object based on literal property values passed by the
MetricAlarmConfig.Builder. |
Copyright © 2021. All rights reserved.