Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.UpdateEntityResponse
-
Packages that use UpdateEntityResponse Package Description software.amazon.awssdk.services.iottwinmaker 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 UpdateEntityResponse Modifier and Type Method Description default 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 UpdateEntityResponse Modifier and Type Method Description default CompletableFuture<UpdateEntityResponse>IoTTwinMakerAsyncClient. updateEntity(Consumer<UpdateEntityRequest.Builder> updateEntityRequest)Updates an entity.default CompletableFuture<UpdateEntityResponse>IoTTwinMakerAsyncClient. updateEntity(UpdateEntityRequest updateEntityRequest)Updates an entity.
-