Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.CreateComponentTypeResponse
Packages that use CreateComponentTypeResponse
Package
Description
IoT TwinMaker is a service with which you can build operational digital twins of physical systems.
-
Uses of CreateComponentTypeResponse in software.amazon.awssdk.services.iottwinmaker
Methods in software.amazon.awssdk.services.iottwinmaker that return CreateComponentTypeResponseModifier and TypeMethodDescriptiondefault CreateComponentTypeResponseIoTTwinMakerClient.createComponentType(Consumer<CreateComponentTypeRequest.Builder> createComponentTypeRequest) Creates a component type.default CreateComponentTypeResponseIoTTwinMakerClient.createComponentType(CreateComponentTypeRequest createComponentTypeRequest) Creates a component type.Methods in software.amazon.awssdk.services.iottwinmaker that return types with arguments of type CreateComponentTypeResponseModifier and TypeMethodDescriptionIoTTwinMakerAsyncClient.createComponentType(Consumer<CreateComponentTypeRequest.Builder> createComponentTypeRequest) Creates a component type.IoTTwinMakerAsyncClient.createComponentType(CreateComponentTypeRequest createComponentTypeRequest) Creates a component type.