Uses of Class
software.amazon.awssdk.services.glue.model.StartWorkflowRunResponse
-
Packages that use StartWorkflowRunResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of StartWorkflowRunResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return StartWorkflowRunResponse Modifier and Type Method Description default StartWorkflowRunResponseGlueClient. startWorkflowRun(Consumer<StartWorkflowRunRequest.Builder> startWorkflowRunRequest)Starts a new run of the specified workflow.default StartWorkflowRunResponseGlueClient. startWorkflowRun(StartWorkflowRunRequest startWorkflowRunRequest)Starts a new run of the specified workflow.Methods in software.amazon.awssdk.services.glue that return types with arguments of type StartWorkflowRunResponse Modifier and Type Method Description default CompletableFuture<StartWorkflowRunResponse>GlueAsyncClient. startWorkflowRun(Consumer<StartWorkflowRunRequest.Builder> startWorkflowRunRequest)Starts a new run of the specified workflow.default CompletableFuture<StartWorkflowRunResponse>GlueAsyncClient. startWorkflowRun(StartWorkflowRunRequest startWorkflowRunRequest)Starts a new run of the specified workflow.
-