| 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 |
|---|---|
Future<UpdateWorkspaceResult> |
AWSIoTTwinMakerAsyncClient.updateWorkspaceAsync(UpdateWorkspaceRequest request,
AsyncHandler<UpdateWorkspaceRequest,UpdateWorkspaceResult> asyncHandler) |
Future<UpdateWorkspaceResult> |
AbstractAWSIoTTwinMakerAsync.updateWorkspaceAsync(UpdateWorkspaceRequest request,
AsyncHandler<UpdateWorkspaceRequest,UpdateWorkspaceResult> asyncHandler) |
Future<UpdateWorkspaceResult> |
AWSIoTTwinMakerAsync.updateWorkspaceAsync(UpdateWorkspaceRequest updateWorkspaceRequest,
AsyncHandler<UpdateWorkspaceRequest,UpdateWorkspaceResult> asyncHandler)
Updates a workspace.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateWorkspaceRequest |
UpdateWorkspaceRequest.clone() |
UpdateWorkspaceRequest |
UpdateWorkspaceRequest.withDescription(String description)
The description of the workspace.
|
UpdateWorkspaceRequest |
UpdateWorkspaceRequest.withRole(String role)
The ARN of the execution role associated with the workspace.
|
UpdateWorkspaceRequest |
UpdateWorkspaceRequest.withS3Location(String s3Location)
The ARN of the S3 bucket where resources associated with the workspace are stored.
|
UpdateWorkspaceRequest |
UpdateWorkspaceRequest.withWorkspaceId(String workspaceId)
The ID of the workspace.
|
Copyright © 2024. All rights reserved.