| Package | Description |
|---|---|
| com.amazonaws.services.iottwinmaker |
IoT TwinMaker is a service that enables you to build operational digital twins of physical systems.
|
| com.amazonaws.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
GetWorkspaceResult |
AbstractAWSIoTTwinMaker.getWorkspace(GetWorkspaceRequest request) |
GetWorkspaceResult |
AWSIoTTwinMakerClient.getWorkspace(GetWorkspaceRequest request)
Retrieves information about a workspace.
|
GetWorkspaceResult |
AWSIoTTwinMaker.getWorkspace(GetWorkspaceRequest getWorkspaceRequest)
Retrieves information about a workspace.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetWorkspaceResult> |
AbstractAWSIoTTwinMakerAsync.getWorkspaceAsync(GetWorkspaceRequest request,
AsyncHandler<GetWorkspaceRequest,GetWorkspaceResult> asyncHandler) |
Future<GetWorkspaceResult> |
AWSIoTTwinMakerAsyncClient.getWorkspaceAsync(GetWorkspaceRequest request,
AsyncHandler<GetWorkspaceRequest,GetWorkspaceResult> asyncHandler) |
Future<GetWorkspaceResult> |
AWSIoTTwinMakerAsync.getWorkspaceAsync(GetWorkspaceRequest getWorkspaceRequest,
AsyncHandler<GetWorkspaceRequest,GetWorkspaceResult> asyncHandler)
Retrieves information about a workspace.
|
| Modifier and Type | Method and Description |
|---|---|
GetWorkspaceResult |
GetWorkspaceResult.clone() |
GetWorkspaceResult |
GetWorkspaceResult.withArn(String arn)
The ARN of the workspace.
|
GetWorkspaceResult |
GetWorkspaceResult.withCreationDateTime(Date creationDateTime)
The date and time when the workspace was created.
|
GetWorkspaceResult |
GetWorkspaceResult.withDescription(String description)
The description of the workspace.
|
GetWorkspaceResult |
GetWorkspaceResult.withRole(String role)
The ARN of the execution role associated with the workspace.
|
GetWorkspaceResult |
GetWorkspaceResult.withS3Location(String s3Location)
The ARN of the S3 bucket where resources associated with the workspace are stored.
|
GetWorkspaceResult |
GetWorkspaceResult.withUpdateDateTime(Date updateDateTime)
The date and time when the workspace was last updated.
|
GetWorkspaceResult |
GetWorkspaceResult.withWorkspaceId(String workspaceId)
The ID of the workspace.
|
Copyright © 2022. All rights reserved.