| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| software.amazon.awssdk.services.iot.paginators | |
| software.amazon.awssdk.services.iot.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListThingTypesResponse> |
IotAsyncClient.listThingTypes(ListThingTypesRequest listThingTypesRequest)
Lists the existing thing types.
|
default ListThingTypesResponse |
IotClient.listThingTypes(ListThingTypesRequest listThingTypesRequest)
Lists the existing thing types.
|
default ListThingTypesPublisher |
IotAsyncClient.listThingTypesPaginator(ListThingTypesRequest listThingTypesRequest)
Lists the existing thing types.
|
default ListThingTypesIterable |
IotClient.listThingTypesPaginator(ListThingTypesRequest listThingTypesRequest)
Lists the existing thing types.
|
| Constructor and Description |
|---|
ListThingTypesIterable(IotClient client,
ListThingTypesRequest firstRequest) |
ListThingTypesPublisher(IotAsyncClient client,
ListThingTypesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListThingTypesRequestMarshaller.marshall(ListThingTypesRequest listThingTypesRequest) |
Copyright © 2021. All rights reserved.