| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotthingsgraph.model | |
| software.amazon.awssdk.services.iotthingsgraph.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Thing> |
SearchThingsResponse.things()
An array of things in the result set.
|
| Modifier and Type | Method and Description |
|---|---|
SearchThingsResponse.Builder |
SearchThingsResponse.Builder.things(Thing... things)
An array of things in the result set.
|
| Modifier and Type | Method and Description |
|---|---|
SearchThingsResponse.Builder |
SearchThingsResponse.Builder.things(Collection<Thing> things)
An array of things in the result set.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Thing> |
SearchThingsIterable.things()
Returns an iterable to iterate through the paginated
SearchThingsResponse.things() member. |
SdkPublisher<Thing> |
SearchThingsPublisher.things()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2022. All rights reserved.