Uses of Class
software.amazon.awssdk.services.iot.model.MetricValue
-
Packages that use MetricValue Package Description software.amazon.awssdk.services.iot.model -
-
Uses of MetricValue in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return MetricValue Modifier and Type Method Description MetricValueActiveViolation. lastViolationValue()The value of the metric (the measurement) that caused the most recent violation.MetricValueViolationEvent. metricValue()The value of the metric (the measurement).MetricValueBehaviorCriteria. value()The value to be compared with themetric.MetricValueMetricDatum. value()The value reported for the metric.Methods in software.amazon.awssdk.services.iot.model with parameters of type MetricValue Modifier and Type Method Description ActiveViolation.BuilderActiveViolation.Builder. lastViolationValue(MetricValue lastViolationValue)The value of the metric (the measurement) that caused the most recent violation.ViolationEvent.BuilderViolationEvent.Builder. metricValue(MetricValue metricValue)The value of the metric (the measurement).BehaviorCriteria.BuilderBehaviorCriteria.Builder. value(MetricValue value)The value to be compared with themetric.MetricDatum.BuilderMetricDatum.Builder. value(MetricValue value)The value reported for the metric.
-