| Package | Description |
|---|---|
| software.amazon.awssdk.services.iottwinmaker |
IoT TwinMaker is a service with which you can build operational digital twins of physical systems.
|
| Modifier and Type | Method and Description |
|---|---|
default GetEntityResponse |
IoTTwinMakerClient.getEntity(Consumer<GetEntityRequest.Builder> getEntityRequest)
Retrieves information about an entity.
|
default GetEntityResponse |
IoTTwinMakerClient.getEntity(GetEntityRequest getEntityRequest)
Retrieves information about an entity.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetEntityResponse> |
IoTTwinMakerAsyncClient.getEntity(Consumer<GetEntityRequest.Builder> getEntityRequest)
Retrieves information about an entity.
|
default CompletableFuture<GetEntityResponse> |
IoTTwinMakerAsyncClient.getEntity(GetEntityRequest getEntityRequest)
Retrieves information about an entity.
|
Copyright © 2023. All rights reserved.