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