Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.UpdateEntityRequest
-
Packages that use UpdateEntityRequest Package Description software.amazon.awssdk.services.iottwinmaker IoT TwinMaker is a service with which you can build operational digital twins of physical systems.software.amazon.awssdk.services.iottwinmaker.transform -
-
Uses of UpdateEntityRequest in software.amazon.awssdk.services.iottwinmaker
Methods in software.amazon.awssdk.services.iottwinmaker with parameters of type UpdateEntityRequest Modifier and Type Method Description default CompletableFuture<UpdateEntityResponse>IoTTwinMakerAsyncClient. updateEntity(UpdateEntityRequest updateEntityRequest)Updates an entity.default UpdateEntityResponseIoTTwinMakerClient. updateEntity(UpdateEntityRequest updateEntityRequest)Updates an entity. -
Uses of UpdateEntityRequest in software.amazon.awssdk.services.iottwinmaker.transform
Methods in software.amazon.awssdk.services.iottwinmaker.transform with parameters of type UpdateEntityRequest Modifier and Type Method Description SdkHttpFullRequestUpdateEntityRequestMarshaller. marshall(UpdateEntityRequest updateEntityRequest)
-