| Package | Description |
|---|---|
| com.amazonaws.services.iottwinmaker |
IoT TwinMaker is a service that enables you to build operational digital twins of physical systems.
|
| com.amazonaws.services.iottwinmaker.model |
| 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 |
|---|---|
UpdateEntityRequest |
UpdateEntityRequest.addComponentUpdatesEntry(String key,
ComponentUpdateRequest value)
Add a single ComponentUpdates entry
|
UpdateEntityRequest |
UpdateEntityRequest.clearComponentUpdatesEntries()
Removes all the entries added into ComponentUpdates.
|
UpdateEntityRequest |
UpdateEntityRequest.clone() |
UpdateEntityRequest |
UpdateEntityRequest.withComponentUpdates(Map<String,ComponentUpdateRequest> componentUpdates)
An object that maps strings to the component updates in the request.
|
UpdateEntityRequest |
UpdateEntityRequest.withDescription(String description)
The description of the entity.
|
UpdateEntityRequest |
UpdateEntityRequest.withEntityId(String entityId)
The ID of the entity.
|
UpdateEntityRequest |
UpdateEntityRequest.withEntityName(String entityName)
The name of the entity.
|
UpdateEntityRequest |
UpdateEntityRequest.withParentEntityUpdate(ParentEntityUpdateRequest parentEntityUpdate)
An object that describes the update request for a parent entity.
|
UpdateEntityRequest |
UpdateEntityRequest.withWorkspaceId(String workspaceId)
The ID of the workspace that contains the entity.
|
Copyright © 2023. All rights reserved.