| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static MetricValue.Builder |
MetricValue.builder() |
MetricValue.Builder |
MetricValue.Builder.cidrs(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.Builder |
MetricValue.Builder.cidrs(String... cidrs)
If the
comparisonOperator calls for a set of CIDRs, use this to specify that set to be compared
with the metric. |
MetricValue.Builder |
MetricValue.Builder.count(Long count)
If the
comparisonOperator calls for a numeric value, use this to specify that numeric value to
be compared with the metric. |
MetricValue.Builder |
MetricValue.Builder.number(Double number)
The numeral value of a metric.
|
MetricValue.Builder |
MetricValue.Builder.numbers(Collection<Double> numbers)
The numeral values of a metric.
|
MetricValue.Builder |
MetricValue.Builder.numbers(Double... numbers)
The numeral values of a metric.
|
MetricValue.Builder |
MetricValue.Builder.ports(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.Builder |
MetricValue.Builder.ports(Integer... ports)
If the
comparisonOperator calls for a set of ports, use this to specify that set to be compared
with the metric. |
MetricValue.Builder |
MetricValue.Builder.strings(Collection<String> strings)
The string values of a metric.
|
MetricValue.Builder |
MetricValue.Builder.strings(String... strings)
The string values of a metric.
|
MetricValue.Builder |
MetricValue.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MetricValue.Builder> |
MetricValue.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ActiveViolation.Builder |
ActiveViolation.Builder.lastViolationValue(Consumer<MetricValue.Builder> lastViolationValue)
The value of the metric (the measurement) that caused the most recent violation.
|
default ViolationEvent.Builder |
ViolationEvent.Builder.metricValue(Consumer<MetricValue.Builder> metricValue)
The value of the metric (the measurement).
|
default BehaviorCriteria.Builder |
BehaviorCriteria.Builder.value(Consumer<MetricValue.Builder> value)
The value to be compared with the
metric. |
Copyright © 2022. All rights reserved.