| Package | Description |
|---|---|
| software.amazon.awssdk.services.iottwinmaker |
IoT TwinMaker is a service with which you can build operational digital twins of physical systems.
|
| software.amazon.awssdk.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
default DeleteComponentTypeResponse |
IoTTwinMakerClient.deleteComponentType(Consumer<DeleteComponentTypeRequest.Builder> deleteComponentTypeRequest)
Deletes a component type.
|
default CompletableFuture<DeleteComponentTypeResponse> |
IoTTwinMakerAsyncClient.deleteComponentType(Consumer<DeleteComponentTypeRequest.Builder> deleteComponentTypeRequest)
Deletes a component type.
|
| Modifier and Type | Method and Description |
|---|---|
static DeleteComponentTypeRequest.Builder |
DeleteComponentTypeRequest.builder() |
DeleteComponentTypeRequest.Builder |
DeleteComponentTypeRequest.Builder.componentTypeId(String componentTypeId)
The ID of the component type to delete.
|
DeleteComponentTypeRequest.Builder |
DeleteComponentTypeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteComponentTypeRequest.Builder |
DeleteComponentTypeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteComponentTypeRequest.Builder |
DeleteComponentTypeRequest.toBuilder() |
DeleteComponentTypeRequest.Builder |
DeleteComponentTypeRequest.Builder.workspaceId(String workspaceId)
The ID of the workspace that contains the component type.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteComponentTypeRequest.Builder> |
DeleteComponentTypeRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.