| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetStatisticsResult> |
AWSIotAsync.getStatisticsAsync(GetStatisticsRequest getStatisticsRequest,
AsyncHandler<GetStatisticsRequest,GetStatisticsResult> asyncHandler)
Gets statistics about things that match the specified query.
|
Future<GetStatisticsResult> |
AWSIotAsyncClient.getStatisticsAsync(GetStatisticsRequest request,
AsyncHandler<GetStatisticsRequest,GetStatisticsResult> asyncHandler) |
Future<GetStatisticsResult> |
AbstractAWSIotAsync.getStatisticsAsync(GetStatisticsRequest request,
AsyncHandler<GetStatisticsRequest,GetStatisticsResult> asyncHandler) |
| 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 © 2019. All rights reserved.