Uses of Interface
software.amazon.awscdk.services.cloudwatch.IMetric
-
Uses of IMetric in software.amazon.awscdk.services.cloudwatch
Subinterfaces of IMetric in software.amazon.awscdk.services.cloudwatchModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIMetric.Classes in software.amazon.awscdk.services.cloudwatch that implement IMetricModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classA math expression built with metric(s) emitted by a service.classA metric emitted by a service.Methods in software.amazon.awscdk.services.cloudwatch that return IMetricModifier and TypeMethodDescriptionAlarm.getMetric()The metric object this alarm was based on.AlarmProps.getMetric()The metric to add the alarm on.final IMetricAlarmProps.Jsii$Proxy.getMetric()Methods in software.amazon.awscdk.services.cloudwatch that return types with arguments of type IMetricModifier and TypeMethodDescriptionGraphWidgetProps.getLeft()Metrics to display on left Y axis.GraphWidgetProps.Jsii$Proxy.getLeft()SingleValueWidgetProps.getMetrics()Metrics to display.SingleValueWidgetProps.Jsii$Proxy.getMetrics()GraphWidgetProps.getRight()Metrics to display on right Y axis.GraphWidgetProps.Jsii$Proxy.getRight()MathExpression.getUsingMetrics()The metrics used in the expression as KeyValuePair <id, metric>.MathExpressionProps.getUsingMetrics()The metrics used in the expression, in a map.MathExpressionProps.Jsii$Proxy.getUsingMetrics()MetricExpressionConfig.getUsingMetrics()Metrics used in the math expression.MetricExpressionConfig.Jsii$Proxy.getUsingMetrics()Methods in software.amazon.awscdk.services.cloudwatch with parameters of type IMetricModifier and TypeMethodDescriptionvoidGraphWidget.addLeftMetric(IMetric metric) Add another metric to the left Y axis of the GraphWidget.voidGraphWidget.addRightMetric(IMetric metric) Add another metric to the right Y axis of the GraphWidget.protected voidConcreteWidget.copyMetricWarnings(@NotNull IMetric... ms) Copy the warnings from the given metric.The metric to add the alarm on.Sets the value ofAlarmProps.getMetric()Method parameters in software.amazon.awscdk.services.cloudwatch with type arguments of type IMetricModifier and TypeMethodDescriptionMetrics to display on left Y axis.Sets the value ofGraphWidgetProps.getLeft()Metrics to display.Sets the value ofSingleValueWidgetProps.getMetrics()Metrics to display on right Y axis.Sets the value ofGraphWidgetProps.getRight()MathExpression.Builder.usingMetrics(Map<String, ? extends IMetric> usingMetrics) The metrics used in the expression, in a map.MathExpressionProps.Builder.usingMetrics(Map<String, ? extends IMetric> usingMetrics) Sets the value ofMathExpressionProps.getUsingMetrics()MetricExpressionConfig.Builder.usingMetrics(Map<String, ? extends IMetric> usingMetrics) Sets the value ofMetricExpressionConfig.getUsingMetrics()