| Package | Description |
|---|---|
| com.amazonaws.services.iottwinmaker |
IoT TwinMaker is a service with which you can build operational digital twins of physical systems.
|
| com.amazonaws.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateEntityResult |
AWSIoTTwinMakerClient.updateEntity(UpdateEntityRequest request)
Updates an entity.
|
UpdateEntityResult |
AWSIoTTwinMaker.updateEntity(UpdateEntityRequest updateEntityRequest)
Updates an entity.
|
UpdateEntityResult |
AbstractAWSIoTTwinMaker.updateEntity(UpdateEntityRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateEntityResult> |
AbstractAWSIoTTwinMakerAsync.updateEntityAsync(UpdateEntityRequest request,
AsyncHandler<UpdateEntityRequest,UpdateEntityResult> asyncHandler) |
Future<UpdateEntityResult> |
AWSIoTTwinMakerAsync.updateEntityAsync(UpdateEntityRequest updateEntityRequest,
AsyncHandler<UpdateEntityRequest,UpdateEntityResult> asyncHandler)
Updates an entity.
|
Future<UpdateEntityResult> |
AWSIoTTwinMakerAsyncClient.updateEntityAsync(UpdateEntityRequest request,
AsyncHandler<UpdateEntityRequest,UpdateEntityResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateEntityResult |
UpdateEntityResult.clone() |
UpdateEntityResult |
UpdateEntityResult.withState(State state)
The current state of the entity update.
|
UpdateEntityResult |
UpdateEntityResult.withState(String state)
The current state of the entity update.
|
UpdateEntityResult |
UpdateEntityResult.withUpdateDateTime(Date updateDateTime)
The date and time when the entity was last updated.
|
Copyright © 2024. All rights reserved.