| Modifier and Type | Class and Description |
|---|---|
static class |
HorizontalAnnotation.Jsii$Proxy
An implementation for
HorizontalAnnotation |
| Modifier and Type | Method and Description |
|---|---|
HorizontalAnnotation |
HorizontalAnnotation.Builder.build()
Builds the configured instance.
|
HorizontalAnnotation |
Alarm.toAnnotation()
Turn this alarm into a horizontal annotation.
|
| Modifier and Type | Method and Description |
|---|---|
default List<HorizontalAnnotation> |
GraphWidgetProps.getLeftAnnotations()
Annotations for the left Y axis.
|
List<HorizontalAnnotation> |
GraphWidgetProps.Jsii$Proxy.getLeftAnnotations() |
default List<HorizontalAnnotation> |
GraphWidgetProps.getRightAnnotations()
Annotations for the right Y axis.
|
List<HorizontalAnnotation> |
GraphWidgetProps.Jsii$Proxy.getRightAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
GraphWidget.Builder |
GraphWidget.Builder.leftAnnotations(List<? extends HorizontalAnnotation> leftAnnotations)
Annotations for the left Y axis.
|
GraphWidgetProps.Builder |
GraphWidgetProps.Builder.leftAnnotations(List<? extends HorizontalAnnotation> leftAnnotations)
Sets the value of
GraphWidgetProps.getLeftAnnotations() |
GraphWidget.Builder |
GraphWidget.Builder.rightAnnotations(List<? extends HorizontalAnnotation> rightAnnotations)
Annotations for the right Y axis.
|
GraphWidgetProps.Builder |
GraphWidgetProps.Builder.rightAnnotations(List<? extends HorizontalAnnotation> rightAnnotations)
Sets the value of
GraphWidgetProps.getRightAnnotations() |
| Constructor and Description |
|---|
Jsii$Proxy(List<? extends IMetric> left,
List<? extends HorizontalAnnotation> leftAnnotations,
YAxisProps leftYAxis,
LegendPosition legendPosition,
Boolean liveData,
List<? extends IMetric> right,
List<? extends HorizontalAnnotation> rightAnnotations,
YAxisProps rightYAxis,
Boolean stacked,
GraphWidgetView view,
Number height,
String region,
String title,
Number width)
Constructor that initializes the object based on literal property values passed by the
GraphWidgetProps.Builder. |
Jsii$Proxy(List<? extends IMetric> left,
List<? extends HorizontalAnnotation> leftAnnotations,
YAxisProps leftYAxis,
LegendPosition legendPosition,
Boolean liveData,
List<? extends IMetric> right,
List<? extends HorizontalAnnotation> rightAnnotations,
YAxisProps rightYAxis,
Boolean stacked,
GraphWidgetView view,
Number height,
String region,
String title,
Number width)
Constructor that initializes the object based on literal property values passed by the
GraphWidgetProps.Builder. |
Copyright © 2021. All rights reserved.