| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model | |
| software.amazon.awssdk.services.iot.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ThingTypeDefinition> |
ListThingTypesResponse.thingTypes()
The thing types.
|
| Modifier and Type | Method and Description |
|---|---|
ListThingTypesResponse.Builder |
ListThingTypesResponse.Builder.thingTypes(ThingTypeDefinition... thingTypes)
The thing types.
|
| Modifier and Type | Method and Description |
|---|---|
ListThingTypesResponse.Builder |
ListThingTypesResponse.Builder.thingTypes(Collection<ThingTypeDefinition> thingTypes)
The thing types.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ThingTypeDefinition> |
ListThingTypesPublisher.thingTypes()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ThingTypeDefinition> |
ListThingTypesIterable.thingTypes()
Returns an iterable to iterate through the paginated
ListThingTypesResponse.thingTypes() member. |
Copyright © 2023. All rights reserved.