Uses of Interface
software.amazon.awscdk.services.cloudwatch.YAxisProps
-
Uses of YAxisProps in software.amazon.awscdk.services.cloudwatch
Modifier and TypeMethodDescriptionYAxisProps.Builder.build()
Builds the configured instance.default YAxisProps
AlarmWidgetProps.getLeftYAxis()
Left Y axis.final YAxisProps
AlarmWidgetProps.Jsii$Proxy.getLeftYAxis()
default YAxisProps
GraphWidgetProps.getLeftYAxis()
Left Y axis.final YAxisProps
GraphWidgetProps.Jsii$Proxy.getLeftYAxis()
default YAxisProps
GraphWidgetProps.getRightYAxis()
Right Y axis.final YAxisProps
GraphWidgetProps.Jsii$Proxy.getRightYAxis()
Modifier and TypeMethodDescriptionAlarmWidget.Builder.leftYAxis
(YAxisProps leftYAxis) Left Y axis.AlarmWidgetProps.Builder.leftYAxis
(YAxisProps leftYAxis) Sets the value ofAlarmWidgetProps.getLeftYAxis()
GraphWidget.Builder.leftYAxis
(YAxisProps leftYAxis) Left Y axis.GraphWidgetProps.Builder.leftYAxis
(YAxisProps leftYAxis) Sets the value ofGraphWidgetProps.getLeftYAxis()
GraphWidget.Builder.rightYAxis
(YAxisProps rightYAxis) Right Y axis.GraphWidgetProps.Builder.rightYAxis
(YAxisProps rightYAxis) Sets the value ofGraphWidgetProps.getRightYAxis()