Package | Description |
---|---|
com.amazonaws.services.iot |
|
com.amazonaws.services.iot.model |
Modifier and Type | Method and Description |
---|---|
ListIndicesResult |
AbstractAWSIot.listIndices(ListIndicesRequest request) |
ListIndicesResult |
AWSIot.listIndices(ListIndicesRequest listIndicesRequest)
Lists the search indices.
|
ListIndicesResult |
AWSIotClient.listIndices(ListIndicesRequest request)
Lists the search indices.
|
Modifier and Type | Method and Description |
---|---|
Future<ListIndicesResult> |
AbstractAWSIotAsync.listIndicesAsync(ListIndicesRequest request) |
Future<ListIndicesResult> |
AWSIotAsyncClient.listIndicesAsync(ListIndicesRequest request) |
Future<ListIndicesResult> |
AWSIotAsync.listIndicesAsync(ListIndicesRequest listIndicesRequest)
Lists the search indices.
|
Future<ListIndicesResult> |
AbstractAWSIotAsync.listIndicesAsync(ListIndicesRequest request,
AsyncHandler<ListIndicesRequest,ListIndicesResult> asyncHandler) |
Future<ListIndicesResult> |
AWSIotAsyncClient.listIndicesAsync(ListIndicesRequest request,
AsyncHandler<ListIndicesRequest,ListIndicesResult> asyncHandler) |
Future<ListIndicesResult> |
AWSIotAsync.listIndicesAsync(ListIndicesRequest listIndicesRequest,
AsyncHandler<ListIndicesRequest,ListIndicesResult> asyncHandler)
Lists the search indices.
|
Modifier and Type | Method and Description |
---|---|
Future<ListIndicesResult> |
AbstractAWSIotAsync.listIndicesAsync(ListIndicesRequest request,
AsyncHandler<ListIndicesRequest,ListIndicesResult> asyncHandler) |
Future<ListIndicesResult> |
AWSIotAsyncClient.listIndicesAsync(ListIndicesRequest request,
AsyncHandler<ListIndicesRequest,ListIndicesResult> asyncHandler) |
Future<ListIndicesResult> |
AWSIotAsync.listIndicesAsync(ListIndicesRequest listIndicesRequest,
AsyncHandler<ListIndicesRequest,ListIndicesResult> asyncHandler)
Lists the search indices.
|
Modifier and Type | Method and Description |
---|---|
ListIndicesResult |
ListIndicesResult.clone() |
ListIndicesResult |
ListIndicesResult.withIndexNames(Collection<String> indexNames)
The index names.
|
ListIndicesResult |
ListIndicesResult.withIndexNames(String... indexNames)
The index names.
|
ListIndicesResult |
ListIndicesResult.withNextToken(String nextToken)
The token used to get the next set of results, or
null if there are no additional results. |
Copyright © 2021. All rights reserved.