| 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 |
|---|---|
UpdateComponentTypeResult |
AbstractAWSIoTTwinMaker.updateComponentType(UpdateComponentTypeRequest request) |
UpdateComponentTypeResult |
AWSIoTTwinMaker.updateComponentType(UpdateComponentTypeRequest updateComponentTypeRequest)
Updates information in a component type.
|
UpdateComponentTypeResult |
AWSIoTTwinMakerClient.updateComponentType(UpdateComponentTypeRequest request)
Updates information in a component type.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateComponentTypeResult> |
AbstractAWSIoTTwinMakerAsync.updateComponentTypeAsync(UpdateComponentTypeRequest request,
AsyncHandler<UpdateComponentTypeRequest,UpdateComponentTypeResult> asyncHandler) |
Future<UpdateComponentTypeResult> |
AWSIoTTwinMakerAsync.updateComponentTypeAsync(UpdateComponentTypeRequest updateComponentTypeRequest,
AsyncHandler<UpdateComponentTypeRequest,UpdateComponentTypeResult> asyncHandler)
Updates information in a component type.
|
Future<UpdateComponentTypeResult> |
AWSIoTTwinMakerAsyncClient.updateComponentTypeAsync(UpdateComponentTypeRequest request,
AsyncHandler<UpdateComponentTypeRequest,UpdateComponentTypeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateComponentTypeResult |
UpdateComponentTypeResult.clone() |
UpdateComponentTypeResult |
UpdateComponentTypeResult.withArn(String arn)
The ARN of the component type.
|
UpdateComponentTypeResult |
UpdateComponentTypeResult.withComponentTypeId(String componentTypeId)
The ID of the component type.
|
UpdateComponentTypeResult |
UpdateComponentTypeResult.withState(State state)
The current state of the component type.
|
UpdateComponentTypeResult |
UpdateComponentTypeResult.withState(String state)
The current state of the component type.
|
UpdateComponentTypeResult |
UpdateComponentTypeResult.withWorkspaceId(String workspaceId)
The ID of the workspace that contains the component type.
|
Copyright © 2023. All rights reserved.