| Package | Description |
|---|---|
| com.amazonaws.services.iottwinmaker |
IoT TwinMaker is a service with which you can build operational digital twins of physical systems.
|
| com.amazonaws.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
ListWorkspacesResult |
AbstractAWSIoTTwinMaker.listWorkspaces(ListWorkspacesRequest request) |
ListWorkspacesResult |
AWSIoTTwinMakerClient.listWorkspaces(ListWorkspacesRequest request)
Retrieves information about workspaces in the current account.
|
ListWorkspacesResult |
AWSIoTTwinMaker.listWorkspaces(ListWorkspacesRequest listWorkspacesRequest)
Retrieves information about workspaces in the current account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListWorkspacesResult> |
AbstractAWSIoTTwinMakerAsync.listWorkspacesAsync(ListWorkspacesRequest request,
AsyncHandler<ListWorkspacesRequest,ListWorkspacesResult> asyncHandler) |
Future<ListWorkspacesResult> |
AWSIoTTwinMakerAsyncClient.listWorkspacesAsync(ListWorkspacesRequest request,
AsyncHandler<ListWorkspacesRequest,ListWorkspacesResult> asyncHandler) |
Future<ListWorkspacesResult> |
AWSIoTTwinMakerAsync.listWorkspacesAsync(ListWorkspacesRequest listWorkspacesRequest,
AsyncHandler<ListWorkspacesRequest,ListWorkspacesResult> asyncHandler)
Retrieves information about workspaces in the current account.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkspacesResult |
ListWorkspacesResult.clone() |
ListWorkspacesResult |
ListWorkspacesResult.withNextToken(String nextToken)
The string that specifies the next page of results.
|
ListWorkspacesResult |
ListWorkspacesResult.withWorkspaceSummaries(Collection<WorkspaceSummary> workspaceSummaries)
A list of objects that contain information about the workspaces.
|
ListWorkspacesResult |
ListWorkspacesResult.withWorkspaceSummaries(WorkspaceSummary... workspaceSummaries)
A list of objects that contain information about the workspaces.
|
Copyright © 2025. All rights reserved.