| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static SearchIndexResponse.Builder |
SearchIndexResponse.builder() |
SearchIndexResponse.Builder |
SearchIndexResponse.Builder.nextToken(String nextToken)
The token used to get the next set of results, or
null if there are no additional results. |
SearchIndexResponse.Builder |
SearchIndexResponse.Builder.thingGroups(Collection<ThingGroupDocument> thingGroups)
The thing groups that match the search query.
|
SearchIndexResponse.Builder |
SearchIndexResponse.Builder.thingGroups(Consumer<ThingGroupDocument.Builder>... thingGroups)
The thing groups that match the search query.
|
SearchIndexResponse.Builder |
SearchIndexResponse.Builder.thingGroups(ThingGroupDocument... thingGroups)
The thing groups that match the search query.
|
SearchIndexResponse.Builder |
SearchIndexResponse.Builder.things(Collection<ThingDocument> things)
The things that match the search query.
|
SearchIndexResponse.Builder |
SearchIndexResponse.Builder.things(Consumer<ThingDocument.Builder>... things)
The things that match the search query.
|
SearchIndexResponse.Builder |
SearchIndexResponse.Builder.things(ThingDocument... things)
The things that match the search query.
|
SearchIndexResponse.Builder |
SearchIndexResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SearchIndexResponse.Builder> |
SearchIndexResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.