| Package | Description |
|---|---|
| software.amazon.awssdk.services.iottwinmaker |
IoT TwinMaker is a service that enables you to build operational digital twins of physical systems.
|
| software.amazon.awssdk.services.iottwinmaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListComponentTypesResponse |
IoTTwinMakerClient.listComponentTypes(Consumer<ListComponentTypesRequest.Builder> listComponentTypesRequest)
Lists all component types in a workspace.
|
default ListComponentTypesResponse |
IoTTwinMakerClient.listComponentTypes(ListComponentTypesRequest listComponentTypesRequest)
Lists all component types in a workspace.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListComponentTypesResponse> |
IoTTwinMakerAsyncClient.listComponentTypes(Consumer<ListComponentTypesRequest.Builder> listComponentTypesRequest)
Lists all component types in a workspace.
|
default CompletableFuture<ListComponentTypesResponse> |
IoTTwinMakerAsyncClient.listComponentTypes(ListComponentTypesRequest listComponentTypesRequest)
Lists all component types in a workspace.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListComponentTypesResponse> |
ListComponentTypesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListComponentTypesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListComponentTypesResponse> subscriber) |
Copyright © 2022. All rights reserved.