Uses of Class
software.amazon.awssdk.services.codecatalyst.model.StartWorkflowRunResponse
-
Packages that use StartWorkflowRunResponse Package Description software.amazon.awssdk.services.codecatalyst Welcome to the Amazon CodeCatalyst API reference. -
-
Uses of StartWorkflowRunResponse in software.amazon.awssdk.services.codecatalyst
Methods in software.amazon.awssdk.services.codecatalyst that return StartWorkflowRunResponse Modifier and Type Method Description default StartWorkflowRunResponseCodeCatalystClient. startWorkflowRun(Consumer<StartWorkflowRunRequest.Builder> startWorkflowRunRequest)Begins a run of a specified workflow.default StartWorkflowRunResponseCodeCatalystClient. startWorkflowRun(StartWorkflowRunRequest startWorkflowRunRequest)Begins a run of a specified workflow.Methods in software.amazon.awssdk.services.codecatalyst that return types with arguments of type StartWorkflowRunResponse Modifier and Type Method Description default CompletableFuture<StartWorkflowRunResponse>CodeCatalystAsyncClient. startWorkflowRun(Consumer<StartWorkflowRunRequest.Builder> startWorkflowRunRequest)Begins a run of a specified workflow.default CompletableFuture<StartWorkflowRunResponse>CodeCatalystAsyncClient. startWorkflowRun(StartWorkflowRunRequest startWorkflowRunRequest)Begins a run of a specified workflow.
-