| 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.model |
| Modifier and Type | Method and Description |
|---|---|
default ListWorkspacesResponse |
IoTTwinMakerClient.listWorkspaces(Consumer<ListWorkspacesRequest.Builder> listWorkspacesRequest)
Retrieves information about workspaces in the current account.
|
default CompletableFuture<ListWorkspacesResponse> |
IoTTwinMakerAsyncClient.listWorkspaces(Consumer<ListWorkspacesRequest.Builder> listWorkspacesRequest)
Retrieves information about workspaces in the current account.
|
default ListWorkspacesIterable |
IoTTwinMakerClient.listWorkspacesPaginator(Consumer<ListWorkspacesRequest.Builder> listWorkspacesRequest)
Retrieves information about workspaces in the current account.
|
default ListWorkspacesPublisher |
IoTTwinMakerAsyncClient.listWorkspacesPaginator(Consumer<ListWorkspacesRequest.Builder> listWorkspacesRequest)
Retrieves information about workspaces in the current account.
|
| Modifier and Type | Method and Description |
|---|---|
static ListWorkspacesRequest.Builder |
ListWorkspacesRequest.builder() |
ListWorkspacesRequest.Builder |
ListWorkspacesRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to display.
|
ListWorkspacesRequest.Builder |
ListWorkspacesRequest.Builder.nextToken(String nextToken)
The string that specifies the next page of results.
|
ListWorkspacesRequest.Builder |
ListWorkspacesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListWorkspacesRequest.Builder |
ListWorkspacesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListWorkspacesRequest.Builder |
ListWorkspacesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListWorkspacesRequest.Builder> |
ListWorkspacesRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.