| Package | Description |
|---|---|
| com.amazonaws.services.glue |
|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ResumeWorkflowRunResult> |
AWSGlueAsyncClient.resumeWorkflowRunAsync(ResumeWorkflowRunRequest request,
AsyncHandler<ResumeWorkflowRunRequest,ResumeWorkflowRunResult> asyncHandler) |
Future<ResumeWorkflowRunResult> |
AbstractAWSGlueAsync.resumeWorkflowRunAsync(ResumeWorkflowRunRequest request,
AsyncHandler<ResumeWorkflowRunRequest,ResumeWorkflowRunResult> asyncHandler) |
Future<ResumeWorkflowRunResult> |
AWSGlueAsync.resumeWorkflowRunAsync(ResumeWorkflowRunRequest resumeWorkflowRunRequest,
AsyncHandler<ResumeWorkflowRunRequest,ResumeWorkflowRunResult> asyncHandler)
Restarts selected nodes of a previous partially completed workflow run and resumes the workflow run.
|
| Modifier and Type | Method and Description |
|---|---|
ResumeWorkflowRunRequest |
ResumeWorkflowRunRequest.clone() |
ResumeWorkflowRunRequest |
ResumeWorkflowRunRequest.withName(String name)
The name of the workflow to resume.
|
ResumeWorkflowRunRequest |
ResumeWorkflowRunRequest.withNodeIds(Collection<String> nodeIds)
A list of the node IDs for the nodes you want to restart.
|
ResumeWorkflowRunRequest |
ResumeWorkflowRunRequest.withNodeIds(String... nodeIds)
A list of the node IDs for the nodes you want to restart.
|
ResumeWorkflowRunRequest |
ResumeWorkflowRunRequest.withRunId(String runId)
The ID of the workflow run to resume.
|
Copyright © 2024. All rights reserved.