| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Statistics |
Statistics.clone() |
Statistics |
GetStatisticsResult.getStatistics()
The statistics returned by the Fleet Indexing service based on the query and aggregation field.
|
Statistics |
Statistics.withAverage(Double average)
The average of the aggregated field values.
|
Statistics |
Statistics.withCount(Integer count)
The count of things that match the query string criteria and contain a valid aggregation field value.
|
Statistics |
Statistics.withMaximum(Double maximum)
The maximum aggregated field value.
|
Statistics |
Statistics.withMinimum(Double minimum)
The minimum aggregated field value.
|
Statistics |
Statistics.withStdDeviation(Double stdDeviation)
The standard deviation of the aggregated field values.
|
Statistics |
Statistics.withSum(Double sum)
The sum of the aggregated field values.
|
Statistics |
Statistics.withSumOfSquares(Double sumOfSquares)
The sum of the squares of the aggregated field values.
|
Statistics |
Statistics.withVariance(Double variance)
The variance of the aggregated field values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetStatisticsResult.setStatistics(Statistics statistics)
The statistics returned by the Fleet Indexing service based on the query and aggregation field.
|
GetStatisticsResult |
GetStatisticsResult.withStatistics(Statistics statistics)
The statistics returned by the Fleet Indexing service based on the query and aggregation field.
|
Copyright © 2022. All rights reserved.