| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model | |
| software.amazon.awssdk.services.iot.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ThingAttribute> |
ListThingsResponse.things()
The things.
|
| Modifier and Type | Method and Description |
|---|---|
ListThingsResponse.Builder |
ListThingsResponse.Builder.things(ThingAttribute... things)
The things.
|
| Modifier and Type | Method and Description |
|---|---|
ListThingsResponse.Builder |
ListThingsResponse.Builder.things(Collection<ThingAttribute> things)
The things.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<ThingAttribute> |
ListThingsIterable.things()
Returns an iterable to iterate through the paginated
ListThingsResponse.things() member. |
SdkPublisher<ThingAttribute> |
ListThingsPublisher.things()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2022. All rights reserved.