Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.UpdateComponentTypeResponse
Packages that use UpdateComponentTypeResponse
Package
Description
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 UpdateComponentTypeResponseModifier and TypeMethodDescriptiondefault 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 UpdateComponentTypeResponseModifier and TypeMethodDescriptionIoTTwinMakerAsyncClient.updateComponentType(Consumer<UpdateComponentTypeRequest.Builder> updateComponentTypeRequest) Updates information in a component type.IoTTwinMakerAsyncClient.updateComponentType(UpdateComponentTypeRequest updateComponentTypeRequest) Updates information in a component type.