| 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<GetComponentTypeResult> |
AbstractAWSIoTTwinMakerAsync.getComponentTypeAsync(GetComponentTypeRequest request,
AsyncHandler<GetComponentTypeRequest,GetComponentTypeResult> asyncHandler) |
Future<GetComponentTypeResult> |
AWSIoTTwinMakerAsync.getComponentTypeAsync(GetComponentTypeRequest getComponentTypeRequest,
AsyncHandler<GetComponentTypeRequest,GetComponentTypeResult> asyncHandler)
Retrieves information about a component type.
|
Future<GetComponentTypeResult> |
AWSIoTTwinMakerAsyncClient.getComponentTypeAsync(GetComponentTypeRequest request,
AsyncHandler<GetComponentTypeRequest,GetComponentTypeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetComponentTypeRequest |
GetComponentTypeRequest.clone() |
GetComponentTypeRequest |
GetComponentTypeRequest.withComponentTypeId(String componentTypeId)
The ID of the component type.
|
GetComponentTypeRequest |
GetComponentTypeRequest.withWorkspaceId(String workspaceId)
The ID of the workspace that contains the component type.
|
Copyright © 2023. All rights reserved.