| 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<DeleteComponentTypeResult> |
AbstractAWSIoTTwinMakerAsync.deleteComponentTypeAsync(DeleteComponentTypeRequest request,
AsyncHandler<DeleteComponentTypeRequest,DeleteComponentTypeResult> asyncHandler) |
Future<DeleteComponentTypeResult> |
AWSIoTTwinMakerAsync.deleteComponentTypeAsync(DeleteComponentTypeRequest deleteComponentTypeRequest,
AsyncHandler<DeleteComponentTypeRequest,DeleteComponentTypeResult> asyncHandler)
Deletes a component type.
|
Future<DeleteComponentTypeResult> |
AWSIoTTwinMakerAsyncClient.deleteComponentTypeAsync(DeleteComponentTypeRequest request,
AsyncHandler<DeleteComponentTypeRequest,DeleteComponentTypeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteComponentTypeRequest |
DeleteComponentTypeRequest.clone() |
DeleteComponentTypeRequest |
DeleteComponentTypeRequest.withComponentTypeId(String componentTypeId)
The ID of the component type to delete.
|
DeleteComponentTypeRequest |
DeleteComponentTypeRequest.withWorkspaceId(String workspaceId)
The ID of the workspace that contains the component type.
|
Copyright © 2024. All rights reserved.