| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| Modifier and Type | Method and Description |
|---|---|
default ListThingTypesResponse |
IotClient.listThingTypes()
Lists the existing thing types.
|
default ListThingTypesResponse |
IotClient.listThingTypes(Consumer<ListThingTypesRequest.Builder> listThingTypesRequest)
Lists the existing thing types.
|
default ListThingTypesResponse |
IotClient.listThingTypes(ListThingTypesRequest listThingTypesRequest)
Lists the existing thing types.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListThingTypesResponse> |
IotAsyncClient.listThingTypes()
Lists the existing thing types.
|
default CompletableFuture<ListThingTypesResponse> |
IotAsyncClient.listThingTypes(Consumer<ListThingTypesRequest.Builder> listThingTypesRequest)
Lists the existing thing types.
|
default CompletableFuture<ListThingTypesResponse> |
IotAsyncClient.listThingTypes(ListThingTypesRequest listThingTypesRequest)
Lists the existing thing types.
|
Copyright © 2020. All rights reserved.