Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.UpdateComponentTypeResponse
-
Packages that use UpdateComponentTypeResponse 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 UpdateComponentTypeResponse in software.amazon.awssdk.services.iottwinmaker
Methods in software.amazon.awssdk.services.iottwinmaker that return UpdateComponentTypeResponse Modifier and Type Method Description default UpdateComponentTypeResponseIoTTwinMakerClient. updateComponentType(Consumer<UpdateComponentTypeRequest.Builder> updateComponentTypeRequest)Updates information in a component type.default UpdateComponentTypeResponseIoTTwinMakerClient. updateComponentType(UpdateComponentTypeRequest updateComponentTypeRequest)Updates information in a component type.Methods in software.amazon.awssdk.services.iottwinmaker that return types with arguments of type UpdateComponentTypeResponse Modifier and Type Method Description default CompletableFuture<UpdateComponentTypeResponse>IoTTwinMakerAsyncClient. updateComponentType(Consumer<UpdateComponentTypeRequest.Builder> updateComponentTypeRequest)Updates information in a component type.default CompletableFuture<UpdateComponentTypeResponse>IoTTwinMakerAsyncClient. updateComponentType(UpdateComponentTypeRequest updateComponentTypeRequest)Updates information in a component type.
-