Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
StartWorkflowRunResult |
AbstractAWSGlue.startWorkflowRun(StartWorkflowRunRequest request) |
StartWorkflowRunResult |
AWSGlueClient.startWorkflowRun(StartWorkflowRunRequest request)
Starts a new run of the specified workflow.
|
StartWorkflowRunResult |
AWSGlue.startWorkflowRun(StartWorkflowRunRequest startWorkflowRunRequest)
Starts a new run of the specified workflow.
|
Modifier and Type | Method and Description |
---|---|
Future<StartWorkflowRunResult> |
AbstractAWSGlueAsync.startWorkflowRunAsync(StartWorkflowRunRequest request,
AsyncHandler<StartWorkflowRunRequest,StartWorkflowRunResult> asyncHandler) |
Future<StartWorkflowRunResult> |
AWSGlueAsyncClient.startWorkflowRunAsync(StartWorkflowRunRequest request,
AsyncHandler<StartWorkflowRunRequest,StartWorkflowRunResult> asyncHandler) |
Future<StartWorkflowRunResult> |
AWSGlueAsync.startWorkflowRunAsync(StartWorkflowRunRequest startWorkflowRunRequest,
AsyncHandler<StartWorkflowRunRequest,StartWorkflowRunResult> asyncHandler)
Starts a new run of the specified workflow.
|
Modifier and Type | Method and Description |
---|---|
StartWorkflowRunResult |
StartWorkflowRunResult.clone() |
StartWorkflowRunResult |
StartWorkflowRunResult.withRunId(String runId)
An Id for the new run.
|
Copyright © 2021. All rights reserved.