| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListIndicesResult> |
AWSIotAsyncClient.listIndicesAsync(ListIndicesRequest request,
AsyncHandler<ListIndicesRequest,ListIndicesResult> asyncHandler) |
Future<ListIndicesResult> |
AWSIotAsync.listIndicesAsync(ListIndicesRequest listIndicesRequest,
AsyncHandler<ListIndicesRequest,ListIndicesResult> asyncHandler)
Lists the search indices.
|
Future<ListIndicesResult> |
AbstractAWSIotAsync.listIndicesAsync(ListIndicesRequest request,
AsyncHandler<ListIndicesRequest,ListIndicesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListIndicesRequest |
ListIndicesRequest.clone() |
ListIndicesRequest |
ListIndicesRequest.withMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListIndicesRequest |
ListIndicesRequest.withNextToken(String nextToken)
The token used to get the next set of results, or
null if there are no additional results. |
Copyright © 2025. All rights reserved.