| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
MetricValue |
ActiveViolation.lastViolationValue()
The value of the metric (the measurement) which caused the most recent violation.
|
MetricValue |
ViolationEvent.metricValue()
The value of the metric (the measurement).
|
MetricValue |
BehaviorCriteria.value()
The value to be compared with the
metric. |
| Modifier and Type | Method and Description |
|---|---|
ActiveViolation.Builder |
ActiveViolation.Builder.lastViolationValue(MetricValue lastViolationValue)
The value of the metric (the measurement) which caused the most recent violation.
|
ViolationEvent.Builder |
ViolationEvent.Builder.metricValue(MetricValue metricValue)
The value of the metric (the measurement).
|
BehaviorCriteria.Builder |
BehaviorCriteria.Builder.value(MetricValue value)
The value to be compared with the
metric. |
Copyright © 2019. All rights reserved.