| Modifier and Type | Method and Description |
|---|---|
default Unit |
CommonMetricOptions.getUnit()
Unit used to filter the metric stream.
|
Unit |
CommonMetricOptions.Jsii$Proxy.getUnit() |
Unit |
MetricOptions.Jsii$Proxy.getUnit() |
Unit |
MetricProps.Jsii$Proxy.getUnit() |
default Unit |
MetricAlarmConfig.getUnit()
Deprecated.
|
Unit |
MetricAlarmConfig.Jsii$Proxy.getUnit()
Deprecated.
|
default Unit |
MetricGraphConfig.getUnit()
Deprecated.
not used in dashboard widgets
|
Unit |
MetricGraphConfig.Jsii$Proxy.getUnit()
Deprecated.
|
Unit |
Metric.getUnit()
Unit of the metric.
|
default Unit |
MetricStatConfig.getUnitFilter()
Unit used to filter the metric stream.
|
Unit |
MetricStatConfig.Jsii$Proxy.getUnitFilter() |
static Unit |
Unit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Unit[] |
Unit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CommonMetricOptions.Builder |
CommonMetricOptions.Builder.unit(Unit unit)
Sets the value of
CommonMetricOptions.getUnit() |
MetricOptions.Builder |
MetricOptions.Builder.unit(Unit unit)
Sets the value of
CommonMetricOptions.getUnit() |
MetricProps.Builder |
MetricProps.Builder.unit(Unit unit)
Sets the value of
CommonMetricOptions.getUnit() |
MetricAlarmConfig.Builder |
MetricAlarmConfig.Builder.unit(Unit unit)
Deprecated.
|
MetricGraphConfig.Builder |
MetricGraphConfig.Builder.unit(Unit unit)
Deprecated.
not used in dashboard widgets
|
Metric.Builder |
Metric.Builder.unit(Unit unit)
Unit used to filter the metric stream.
|
MetricStatConfig.Builder |
MetricStatConfig.Builder.unitFilter(Unit unitFilter)
Sets the value of
MetricStatConfig.getUnitFilter() |
| Constructor and Description |
|---|
Jsii$Proxy(String metricName,
String namespace,
Duration period,
String statistic,
String account,
List<? extends Dimension> dimensions,
String region,
Unit unitFilter)
Constructor that initializes the object based on literal property values passed by the
MetricStatConfig.Builder. |
Jsii$Proxy(String account,
String color,
Map<String,? extends Object> dimensions,
String label,
Duration period,
String region,
String statistic,
Unit unit)
Constructor that initializes the object based on literal property values passed by the
CommonMetricOptions.Builder. |
Jsii$Proxy(String account,
String color,
Map<String,? extends Object> dimensions,
String label,
Duration period,
String region,
String statistic,
Unit unit)
Constructor that initializes the object based on literal property values passed by the
MetricOptions.Builder. |
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. |
Jsii$Proxy(String metricName,
String namespace,
Number period,
MetricRenderingProperties renderingProperties,
String color,
List<? extends Dimension> dimensions,
String label,
String statistic,
Unit unit)
Deprecated.
Constructor that initializes the object based on literal property values passed by the
MetricGraphConfig.Builder. |
Jsii$Proxy(String metricName,
String namespace,
String account,
String color,
Map<String,? extends Object> dimensions,
String label,
Duration period,
String region,
String statistic,
Unit unit)
Constructor that initializes the object based on literal property values passed by the
MetricProps.Builder. |
Copyright © 2021. All rights reserved.