default ResumeWorkflowRunResponse |
GlueClient.resumeWorkflowRun(Consumer<ResumeWorkflowRunRequest.Builder> resumeWorkflowRunRequest) |
Restarts selected nodes of a previous partially completed workflow run and resumes the workflow run.
|
default ResumeWorkflowRunResponse |
GlueClient.resumeWorkflowRun(ResumeWorkflowRunRequest resumeWorkflowRunRequest) |
Restarts selected nodes of a previous partially completed workflow run and resumes the workflow run.
|
default StopWorkflowRunResponse |
GlueClient.stopWorkflowRun(Consumer<StopWorkflowRunRequest.Builder> stopWorkflowRunRequest) |
Stops the execution of the specified workflow run.
|
default StopWorkflowRunResponse |
GlueClient.stopWorkflowRun(StopWorkflowRunRequest stopWorkflowRunRequest) |
Stops the execution of the specified workflow run.
|