| 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 UpdateEntityResponse |
IoTTwinMakerClient.updateEntity(Consumer<UpdateEntityRequest.Builder> updateEntityRequest)
Updates an entity.
|
default UpdateEntityResponse |
IoTTwinMakerClient.updateEntity(UpdateEntityRequest updateEntityRequest)
Updates an entity.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateEntityResponse> |
IoTTwinMakerAsyncClient.updateEntity(Consumer<UpdateEntityRequest.Builder> updateEntityRequest)
Updates an entity.
|
default CompletableFuture<UpdateEntityResponse> |
IoTTwinMakerAsyncClient.updateEntity(UpdateEntityRequest updateEntityRequest)
Updates an entity.
|
Copyright © 2023. All rights reserved.