Uses of Class
software.amazon.awssdk.services.glue.model.ResumeWorkflowRunRequest
-
Packages that use ResumeWorkflowRunRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of ResumeWorkflowRunRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type ResumeWorkflowRunRequest Modifier and Type Method Description default CompletableFuture<ResumeWorkflowRunResponse>GlueAsyncClient. resumeWorkflowRun(ResumeWorkflowRunRequest 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. -
Uses of ResumeWorkflowRunRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type ResumeWorkflowRunRequest Modifier and Type Method Description SdkHttpFullRequestResumeWorkflowRunRequestMarshaller. marshall(ResumeWorkflowRunRequest resumeWorkflowRunRequest)
-