| Package | Description |
|---|---|
| com.amazonaws.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
WorkspaceSummary |
WorkspaceSummary.clone() |
WorkspaceSummary |
WorkspaceSummary.withArn(String arn)
The ARN of the workspace.
|
WorkspaceSummary |
WorkspaceSummary.withCreationDateTime(Date creationDateTime)
The date and time when the workspace was created.
|
WorkspaceSummary |
WorkspaceSummary.withDescription(String description)
The description of the workspace.
|
WorkspaceSummary |
WorkspaceSummary.withUpdateDateTime(Date updateDateTime)
The date and time when the workspace was last updated.
|
WorkspaceSummary |
WorkspaceSummary.withWorkspaceId(String workspaceId)
The ID of the workspace.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkspaceSummary> |
ListWorkspacesResult.getWorkspaceSummaries()
A list of objects that contain information about the workspaces.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkspacesResult |
ListWorkspacesResult.withWorkspaceSummaries(WorkspaceSummary... workspaceSummaries)
A list of objects that contain information about the workspaces.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListWorkspacesResult.setWorkspaceSummaries(Collection<WorkspaceSummary> workspaceSummaries)
A list of objects that contain information about the workspaces.
|
ListWorkspacesResult |
ListWorkspacesResult.withWorkspaceSummaries(Collection<WorkspaceSummary> workspaceSummaries)
A list of objects that contain information about the workspaces.
|
Copyright © 2022. All rights reserved.