Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.UpdateEntityResponse
Packages that use UpdateEntityResponse
Package
Description
IoT TwinMaker is a service with which you can build operational digital twins of physical systems.
-
Uses of UpdateEntityResponse in software.amazon.awssdk.services.iottwinmaker
Methods in software.amazon.awssdk.services.iottwinmaker that return UpdateEntityResponseModifier and TypeMethodDescriptiondefault UpdateEntityResponseIoTTwinMakerClient.updateEntity(Consumer<UpdateEntityRequest.Builder> updateEntityRequest) Updates an entity.default UpdateEntityResponseIoTTwinMakerClient.updateEntity(UpdateEntityRequest updateEntityRequest) Updates an entity.Methods in software.amazon.awssdk.services.iottwinmaker that return types with arguments of type UpdateEntityResponseModifier and TypeMethodDescriptiondefault CompletableFuture<UpdateEntityResponse>IoTTwinMakerAsyncClient.updateEntity(Consumer<UpdateEntityRequest.Builder> updateEntityRequest) Updates an entity.default CompletableFuture<UpdateEntityResponse>IoTTwinMakerAsyncClient.updateEntity(UpdateEntityRequest updateEntityRequest) Updates an entity.