| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
List<ThingDocument> |
SearchIndexResponse.things()
The things that match the search query.
|
| Modifier and Type | Method and Description |
|---|---|
SearchIndexResponse.Builder |
SearchIndexResponse.Builder.things(ThingDocument... things)
The things that match the search query.
|
| Modifier and Type | Method and Description |
|---|---|
SearchIndexResponse.Builder |
SearchIndexResponse.Builder.things(Collection<ThingDocument> things)
The things that match the search query.
|
Copyright © 2023. All rights reserved.