Uses of Interface
software.amazon.awscdk.services.cloudwatch.HorizontalAnnotation
-
Uses of HorizontalAnnotation in software.amazon.awscdk.services.cloudwatch
Modifier and TypeMethodDescriptionHorizontalAnnotation.Builder.build()
Builds the configured instance.Alarm.toAnnotation()
Turn this alarm into a horizontal annotation.Modifier and TypeMethodDescriptiondefault List<HorizontalAnnotation>
GraphWidgetProps.getLeftAnnotations()
Annotations for the left Y axis.final List<HorizontalAnnotation>
GraphWidgetProps.Jsii$Proxy.getLeftAnnotations()
default List<HorizontalAnnotation>
GraphWidgetProps.getRightAnnotations()
Annotations for the right Y axis.final List<HorizontalAnnotation>
GraphWidgetProps.Jsii$Proxy.getRightAnnotations()
Modifier and TypeMethodDescriptionGraphWidget.Builder.leftAnnotations
(List<? extends HorizontalAnnotation> leftAnnotations) Annotations for the left Y axis.GraphWidgetProps.Builder.leftAnnotations
(List<? extends HorizontalAnnotation> leftAnnotations) Sets the value ofGraphWidgetProps.getLeftAnnotations()
GraphWidget.Builder.rightAnnotations
(List<? extends HorizontalAnnotation> rightAnnotations) Annotations for the right Y axis.GraphWidgetProps.Builder.rightAnnotations
(List<? extends HorizontalAnnotation> rightAnnotations) Sets the value ofGraphWidgetProps.getRightAnnotations()