| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
GetStatisticsResult |
AWSIotClient.getStatistics(GetStatisticsRequest request)
Returns the count, average, sum, minimum, maximum, sum of squares, variance, and standard deviation for the
specified aggregated field.
|
GetStatisticsResult |
AbstractAWSIot.getStatistics(GetStatisticsRequest request) |
GetStatisticsResult |
AWSIot.getStatistics(GetStatisticsRequest getStatisticsRequest)
Returns the count, average, sum, minimum, maximum, sum of squares, variance, and standard deviation for the
specified aggregated field.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetStatisticsResult> |
AWSIotAsyncClient.getStatisticsAsync(GetStatisticsRequest request) |
Future<GetStatisticsResult> |
AbstractAWSIotAsync.getStatisticsAsync(GetStatisticsRequest request) |
Future<GetStatisticsResult> |
AWSIotAsync.getStatisticsAsync(GetStatisticsRequest getStatisticsRequest)
Returns the count, average, sum, minimum, maximum, sum of squares, variance, and standard deviation for the
specified aggregated field.
|
Future<GetStatisticsResult> |
AWSIotAsyncClient.getStatisticsAsync(GetStatisticsRequest request,
AsyncHandler<GetStatisticsRequest,GetStatisticsResult> asyncHandler) |
Future<GetStatisticsResult> |
AbstractAWSIotAsync.getStatisticsAsync(GetStatisticsRequest request,
AsyncHandler<GetStatisticsRequest,GetStatisticsResult> asyncHandler) |
Future<GetStatisticsResult> |
AWSIotAsync.getStatisticsAsync(GetStatisticsRequest getStatisticsRequest,
AsyncHandler<GetStatisticsRequest,GetStatisticsResult> asyncHandler)
Returns the count, average, sum, minimum, maximum, sum of squares, variance, and standard deviation for the
specified aggregated field.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetStatisticsResult> |
AWSIotAsyncClient.getStatisticsAsync(GetStatisticsRequest request,
AsyncHandler<GetStatisticsRequest,GetStatisticsResult> asyncHandler) |
Future<GetStatisticsResult> |
AbstractAWSIotAsync.getStatisticsAsync(GetStatisticsRequest request,
AsyncHandler<GetStatisticsRequest,GetStatisticsResult> asyncHandler) |
Future<GetStatisticsResult> |
AWSIotAsync.getStatisticsAsync(GetStatisticsRequest getStatisticsRequest,
AsyncHandler<GetStatisticsRequest,GetStatisticsResult> asyncHandler)
Returns the count, average, sum, minimum, maximum, sum of squares, variance, and standard deviation for the
specified aggregated field.
|
| Modifier and Type | Method and Description |
|---|---|
GetStatisticsResult |
GetStatisticsResult.clone() |
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.