Uses of Interface
software.amazon.awscdk.services.cloudwatch.MetricExpressionConfig
Packages that use MetricExpressionConfig
-
Uses of MetricExpressionConfig in software.amazon.awscdk.services.cloudwatch
Classes in software.amazon.awscdk.services.cloudwatch that implement MetricExpressionConfigMethods in software.amazon.awscdk.services.cloudwatch that return MetricExpressionConfigModifier and TypeMethodDescriptionMetricExpressionConfig.Builder.build()
Builds the configured instance.default MetricExpressionConfig
MetricConfig.getMathExpression()
In case the metric is a math expression, the details of the math expression.final MetricExpressionConfig
MetricConfig.Jsii$Proxy.getMathExpression()
default MetricExpressionConfig
MetricConfig.getSearchExpression()
In case the metric is a search expression, the details of the search expression.final MetricExpressionConfig
MetricConfig.Jsii$Proxy.getSearchExpression()
Methods in software.amazon.awscdk.services.cloudwatch with parameters of type MetricExpressionConfigModifier and TypeMethodDescriptionMetricConfig.Builder.mathExpression
(MetricExpressionConfig mathExpression) Sets the value ofMetricConfig.getMathExpression()
MetricConfig.Builder.searchExpression
(MetricExpressionConfig searchExpression) Sets the value ofMetricConfig.getSearchExpression()