Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.DeleteComponentTypeResponse
Packages that use DeleteComponentTypeResponse
Package
Description
IoT TwinMaker is a service with which you can build operational digital twins of physical systems.
-
Uses of DeleteComponentTypeResponse in software.amazon.awssdk.services.iottwinmaker
Methods in software.amazon.awssdk.services.iottwinmaker that return DeleteComponentTypeResponseModifier and TypeMethodDescriptiondefault DeleteComponentTypeResponseIoTTwinMakerClient.deleteComponentType(Consumer<DeleteComponentTypeRequest.Builder> deleteComponentTypeRequest) Deletes a component type.default DeleteComponentTypeResponseIoTTwinMakerClient.deleteComponentType(DeleteComponentTypeRequest deleteComponentTypeRequest) Deletes a component type.Methods in software.amazon.awssdk.services.iottwinmaker that return types with arguments of type DeleteComponentTypeResponseModifier and TypeMethodDescriptionIoTTwinMakerAsyncClient.deleteComponentType(Consumer<DeleteComponentTypeRequest.Builder> deleteComponentTypeRequest) Deletes a component type.IoTTwinMakerAsyncClient.deleteComponentType(DeleteComponentTypeRequest deleteComponentTypeRequest) Deletes a component type.