Uses of Class
software.amazon.awssdk.services.glue.model.ResumeWorkflowRunResponse
-
Packages that use ResumeWorkflowRunResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of ResumeWorkflowRunResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return ResumeWorkflowRunResponse Modifier and Type Method Description default ResumeWorkflowRunResponseGlueClient. resumeWorkflowRun(Consumer<ResumeWorkflowRunRequest.Builder> resumeWorkflowRunRequest)Restarts selected nodes of a previous partially completed workflow run and resumes the workflow run.default ResumeWorkflowRunResponseGlueClient. resumeWorkflowRun(ResumeWorkflowRunRequest resumeWorkflowRunRequest)Restarts selected nodes of a previous partially completed workflow run and resumes the workflow run.Methods in software.amazon.awssdk.services.glue that return types with arguments of type ResumeWorkflowRunResponse Modifier and Type Method Description default CompletableFuture<ResumeWorkflowRunResponse>GlueAsyncClient. resumeWorkflowRun(Consumer<ResumeWorkflowRunRequest.Builder> resumeWorkflowRunRequest)Restarts selected nodes of a previous partially completed workflow run and resumes the workflow run.default CompletableFuture<ResumeWorkflowRunResponse>GlueAsyncClient. resumeWorkflowRun(ResumeWorkflowRunRequest resumeWorkflowRunRequest)Restarts selected nodes of a previous partially completed workflow run and resumes the workflow run.
-