Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.CreateComponentTypeResponse
-
Packages that use CreateComponentTypeResponse 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 CreateComponentTypeResponse in software.amazon.awssdk.services.iottwinmaker
Methods in software.amazon.awssdk.services.iottwinmaker that return CreateComponentTypeResponse Modifier and Type Method Description default 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 CreateComponentTypeResponse Modifier and Type Method Description default CompletableFuture<CreateComponentTypeResponse>IoTTwinMakerAsyncClient. createComponentType(Consumer<CreateComponentTypeRequest.Builder> createComponentTypeRequest)Creates a component type.default CompletableFuture<CreateComponentTypeResponse>IoTTwinMakerAsyncClient. createComponentType(CreateComponentTypeRequest createComponentTypeRequest)Creates a component type.
-