| Package | Description |
|---|---|
| software.amazon.awssdk.services.iottwinmaker |
IoT TwinMaker is a service that enables you to build operational digital twins of physical systems.
|
| software.amazon.awssdk.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateEntityResponse |
IoTTwinMakerClient.updateEntity(Consumer<UpdateEntityRequest.Builder> updateEntityRequest)
Updates an entity.
|
default CompletableFuture<UpdateEntityResponse> |
IoTTwinMakerAsyncClient.updateEntity(Consumer<UpdateEntityRequest.Builder> updateEntityRequest)
Updates an entity.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateEntityRequest.Builder |
UpdateEntityRequest.builder() |
UpdateEntityRequest.Builder |
UpdateEntityRequest.Builder.componentUpdates(Map<String,ComponentUpdateRequest> componentUpdates)
An object that maps strings to the component updates in the request.
|
UpdateEntityRequest.Builder |
UpdateEntityRequest.Builder.description(String description)
The description of the entity.
|
UpdateEntityRequest.Builder |
UpdateEntityRequest.Builder.entityId(String entityId)
The ID of the entity.
|
UpdateEntityRequest.Builder |
UpdateEntityRequest.Builder.entityName(String entityName)
The name of the entity.
|
UpdateEntityRequest.Builder |
UpdateEntityRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateEntityRequest.Builder |
UpdateEntityRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateEntityRequest.Builder |
UpdateEntityRequest.Builder.parentEntityUpdate(Consumer<ParentEntityUpdateRequest.Builder> parentEntityUpdate)
An object that describes the update request for a parent entity.
|
UpdateEntityRequest.Builder |
UpdateEntityRequest.Builder.parentEntityUpdate(ParentEntityUpdateRequest parentEntityUpdate)
An object that describes the update request for a parent entity.
|
UpdateEntityRequest.Builder |
UpdateEntityRequest.toBuilder() |
UpdateEntityRequest.Builder |
UpdateEntityRequest.Builder.workspaceId(String workspaceId)
The ID of the workspace that contains the entity.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateEntityRequest.Builder> |
UpdateEntityRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.