| Modifier and Type | Class and Description |
|---|---|
static class |
IMetric.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
Metric
A metric emitted by a service.
|
| Modifier and Type | Method and Description |
|---|---|
IMetric |
Alarm.getMetric()
The metric object this alarm was based on.
|
IMetric |
AlarmProps.getMetric()
The metric to add the alarm on.
|
IMetric |
AlarmProps.Jsii$Proxy.getMetric()
The metric to add the alarm on.
|
| Modifier and Type | Method and Description |
|---|---|
List<IMetric> |
GraphWidgetProps.getLeft()
Metrics to display on left Y axis.
|
List<IMetric> |
GraphWidgetProps.Jsii$Proxy.getLeft()
Metrics to display on left Y axis.
|
List<IMetric> |
SingleValueWidgetProps.getMetrics()
Metrics to display.
|
List<IMetric> |
SingleValueWidgetProps.Jsii$Proxy.getMetrics()
Metrics to display.
|
List<IMetric> |
GraphWidgetProps.getRight()
Metrics to display on right Y axis.
|
List<IMetric> |
GraphWidgetProps.Jsii$Proxy.getRight()
Metrics to display on right Y axis.
|
| Modifier and Type | Method and Description |
|---|---|
AlarmProps.Builder |
AlarmProps.Builder.withMetric(IMetric value)
Sets the value of Metric
|
| Modifier and Type | Method and Description |
|---|---|
GraphWidgetProps.Builder |
GraphWidgetProps.Builder.withLeft(List<IMetric> value)
Sets the value of Left
|
SingleValueWidgetProps.Builder |
SingleValueWidgetProps.Builder.withMetrics(List<IMetric> value)
Sets the value of Metrics
|
GraphWidgetProps.Builder |
GraphWidgetProps.Builder.withRight(List<IMetric> value)
Sets the value of Right
|
Copyright © 2019. All rights reserved.