| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
GetStatisticsResult |
AbstractAWSIot.getStatistics(GetStatisticsRequest request) |
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 |
AWSIot.getStatistics(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) |
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 |
|---|---|
GetStatisticsRequest |
GetStatisticsRequest.clone() |
GetStatisticsRequest |
GetStatisticsRequest.withAggregationField(String aggregationField)
The aggregation field name.
|
GetStatisticsRequest |
GetStatisticsRequest.withIndexName(String indexName)
The name of the index to search.
|
GetStatisticsRequest |
GetStatisticsRequest.withQueryString(String queryString)
The query used to search.
|
GetStatisticsRequest |
GetStatisticsRequest.withQueryVersion(String queryVersion)
The version of the query used to search.
|
Copyright © 2021. All rights reserved.