| Package | Description |
|---|---|
| software.amazon.awssdk.services.iottwinmaker |
IoT TwinMaker is a service that enables you to build operational digital twins of physical systems.
|
| software.amazon.awssdk.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
default GetComponentTypeResponse |
IoTTwinMakerClient.getComponentType(Consumer<GetComponentTypeRequest.Builder> getComponentTypeRequest)
Retrieves information about a component type.
|
default CompletableFuture<GetComponentTypeResponse> |
IoTTwinMakerAsyncClient.getComponentType(Consumer<GetComponentTypeRequest.Builder> getComponentTypeRequest)
Retrieves information about a component type.
|
| Modifier and Type | Method and Description |
|---|---|
static GetComponentTypeRequest.Builder |
GetComponentTypeRequest.builder() |
GetComponentTypeRequest.Builder |
GetComponentTypeRequest.Builder.componentTypeId(String componentTypeId)
The ID of the component type.
|
GetComponentTypeRequest.Builder |
GetComponentTypeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetComponentTypeRequest.Builder |
GetComponentTypeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetComponentTypeRequest.Builder |
GetComponentTypeRequest.toBuilder() |
GetComponentTypeRequest.Builder |
GetComponentTypeRequest.Builder.workspaceId(String workspaceId)
The ID of the workspace that contains the component type.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetComponentTypeRequest.Builder> |
GetComponentTypeRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.