| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
SearchIndexResult |
AbstractAWSIot.searchIndex(SearchIndexRequest request) |
SearchIndexResult |
AWSIot.searchIndex(SearchIndexRequest searchIndexRequest)
The query search index.
|
SearchIndexResult |
AWSIotClient.searchIndex(SearchIndexRequest request)
The query search index.
|
| Modifier and Type | Method and Description |
|---|---|
Future<SearchIndexResult> |
AWSIotAsync.searchIndexAsync(SearchIndexRequest searchIndexRequest)
The query search index.
|
Future<SearchIndexResult> |
AWSIotAsyncClient.searchIndexAsync(SearchIndexRequest request) |
Future<SearchIndexResult> |
AbstractAWSIotAsync.searchIndexAsync(SearchIndexRequest request) |
Future<SearchIndexResult> |
AWSIotAsync.searchIndexAsync(SearchIndexRequest searchIndexRequest,
AsyncHandler<SearchIndexRequest,SearchIndexResult> asyncHandler)
The query search index.
|
Future<SearchIndexResult> |
AWSIotAsyncClient.searchIndexAsync(SearchIndexRequest request,
AsyncHandler<SearchIndexRequest,SearchIndexResult> asyncHandler) |
Future<SearchIndexResult> |
AbstractAWSIotAsync.searchIndexAsync(SearchIndexRequest request,
AsyncHandler<SearchIndexRequest,SearchIndexResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<SearchIndexResult> |
AWSIotAsync.searchIndexAsync(SearchIndexRequest searchIndexRequest,
AsyncHandler<SearchIndexRequest,SearchIndexResult> asyncHandler)
The query search index.
|
Future<SearchIndexResult> |
AWSIotAsyncClient.searchIndexAsync(SearchIndexRequest request,
AsyncHandler<SearchIndexRequest,SearchIndexResult> asyncHandler) |
Future<SearchIndexResult> |
AbstractAWSIotAsync.searchIndexAsync(SearchIndexRequest request,
AsyncHandler<SearchIndexRequest,SearchIndexResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
SearchIndexResult |
SearchIndexResult.clone() |
SearchIndexResult |
SearchIndexResult.withNextToken(String nextToken)
The token used to get the next set of results, or null if there are no additional results.
|
SearchIndexResult |
SearchIndexResult.withThingGroups(Collection<ThingGroupDocument> thingGroups)
The thing groups that match the search query.
|
SearchIndexResult |
SearchIndexResult.withThingGroups(ThingGroupDocument... thingGroups)
The thing groups that match the search query.
|
SearchIndexResult |
SearchIndexResult.withThings(Collection<ThingDocument> things)
The things that match the search query.
|
SearchIndexResult |
SearchIndexResult.withThings(ThingDocument... things)
The things that match the search query.
|
Copyright © 2018. All rights reserved.