| Package | Description |
|---|---|
| com.amazonaws.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
MetricQueryValue |
MetricQueryValue.clone() |
MetricQueryValue |
MetricQueryValue.withAvg(Double avg)
The average of the values of all data points collected during the aggregation period.
|
MetricQueryValue |
MetricQueryValue.withMax(Double max)
The maximum of the values of all the data points collected during the aggregation period.
|
MetricQueryValue |
MetricQueryValue.withMin(Double min)
The minimum of the values of all data points collected during the aggregation period.
|
MetricQueryValue |
MetricQueryValue.withP90(Double p90)
The 90th percentile of the values of all data points collected during the aggregation period.
|
MetricQueryValue |
MetricQueryValue.withStd(Double std)
The standard deviation of the values of all data points collected during the aggregation period.
|
MetricQueryValue |
MetricQueryValue.withSum(Double sum)
The sum of the values of all data points collected during the aggregation period.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetricQueryValue> |
SummaryMetricQueryResult.getValues()
The list of aggregated summary metric query results.
|
| Modifier and Type | Method and Description |
|---|---|
SummaryMetricQueryResult |
SummaryMetricQueryResult.withValues(MetricQueryValue... values)
The list of aggregated summary metric query results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SummaryMetricQueryResult.setValues(Collection<MetricQueryValue> values)
The list of aggregated summary metric query results.
|
SummaryMetricQueryResult |
SummaryMetricQueryResult.withValues(Collection<MetricQueryValue> values)
The list of aggregated summary metric query results.
|
Copyright © 2025. All rights reserved.