| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
MetricValue |
MetricValue.clone() |
MetricValue |
ActiveViolation.getLastViolationValue()
The value of the metric (the measurement) which caused the most recent violation.
|
MetricValue |
ViolationEvent.getMetricValue()
The value of the metric (the measurement).
|
MetricValue |
BehaviorCriteria.getValue()
The value to be compared with the
metric. |
MetricValue |
MetricValue.withCidrs(Collection<String> cidrs)
If the
comparisonOperator calls for a set of CIDRs, use this to specify that set to be compared with
the metric. |
MetricValue |
MetricValue.withCidrs(String... cidrs)
If the
comparisonOperator calls for a set of CIDRs, use this to specify that set to be compared with
the metric. |
MetricValue |
MetricValue.withCount(Long count)
If the
comparisonOperator calls for a numeric value, use this to specify that numeric value to be
compared with the metric. |
MetricValue |
MetricValue.withPorts(Collection<Integer> ports)
If the
comparisonOperator calls for a set of ports, use this to specify that set to be compared with
the metric. |
MetricValue |
MetricValue.withPorts(Integer... ports)
If the
comparisonOperator calls for a set of ports, use this to specify that set to be compared with
the metric. |
| Modifier and Type | Method and Description |
|---|---|
void |
ActiveViolation.setLastViolationValue(MetricValue lastViolationValue)
The value of the metric (the measurement) which caused the most recent violation.
|
void |
ViolationEvent.setMetricValue(MetricValue metricValue)
The value of the metric (the measurement).
|
void |
BehaviorCriteria.setValue(MetricValue value)
The value to be compared with the
metric. |
ActiveViolation |
ActiveViolation.withLastViolationValue(MetricValue lastViolationValue)
The value of the metric (the measurement) which caused the most recent violation.
|
ViolationEvent |
ViolationEvent.withMetricValue(MetricValue metricValue)
The value of the metric (the measurement).
|
BehaviorCriteria |
BehaviorCriteria.withValue(MetricValue value)
The value to be compared with the
metric. |
Copyright © 2019. All rights reserved.