| Package | Description |
|---|---|
| software.amazon.awssdk.services.iottwinmaker |
IoT TwinMaker is a service with which you can build operational digital twins of physical systems.
|
| software.amazon.awssdk.services.iottwinmaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListWorkspacesResponse |
IoTTwinMakerClient.listWorkspaces(Consumer<ListWorkspacesRequest.Builder> listWorkspacesRequest)
Retrieves information about workspaces in the current account.
|
default ListWorkspacesResponse |
IoTTwinMakerClient.listWorkspaces(ListWorkspacesRequest listWorkspacesRequest)
Retrieves information about workspaces in the current account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListWorkspacesResponse> |
IoTTwinMakerAsyncClient.listWorkspaces(Consumer<ListWorkspacesRequest.Builder> listWorkspacesRequest)
Retrieves information about workspaces in the current account.
|
default CompletableFuture<ListWorkspacesResponse> |
IoTTwinMakerAsyncClient.listWorkspaces(ListWorkspacesRequest listWorkspacesRequest)
Retrieves information about workspaces in the current account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListWorkspacesResponse> |
ListWorkspacesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListWorkspacesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListWorkspacesResponse> subscriber) |
Copyright © 2023. All rights reserved.