| 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 CompletableFuture<GetEntityResponse> |
IoTTwinMakerAsyncClient.getEntity(Consumer<GetEntityRequest.Builder> getEntityRequest)
Retrieves information about an entity.
|
default GetEntityResponse |
IoTTwinMakerClient.getEntity(Consumer<GetEntityRequest.Builder> getEntityRequest)
Retrieves information about an entity.
|
| Modifier and Type | Method and Description |
|---|---|
static GetEntityRequest.Builder |
GetEntityRequest.builder() |
GetEntityRequest.Builder |
GetEntityRequest.Builder.entityId(String entityId)
The ID of the entity.
|
GetEntityRequest.Builder |
GetEntityRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetEntityRequest.Builder |
GetEntityRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetEntityRequest.Builder |
GetEntityRequest.toBuilder() |
GetEntityRequest.Builder |
GetEntityRequest.Builder.workspaceId(String workspaceId)
The ID of the workspace.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetEntityRequest.Builder> |
GetEntityRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.