| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| software.amazon.awssdk.services.iot.paginators |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListThingTypesResponse> |
ListThingTypesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListThingTypesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListThingTypesResponse> subscriber) |
Copyright © 2021. All rights reserved.