Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Future<StopWorkflowRunResult> |
AWSGlueAsyncClient.stopWorkflowRunAsync(StopWorkflowRunRequest request,
AsyncHandler<StopWorkflowRunRequest,StopWorkflowRunResult> asyncHandler) |
Future<StopWorkflowRunResult> |
AbstractAWSGlueAsync.stopWorkflowRunAsync(StopWorkflowRunRequest request,
AsyncHandler<StopWorkflowRunRequest,StopWorkflowRunResult> asyncHandler) |
Future<StopWorkflowRunResult> |
AWSGlueAsync.stopWorkflowRunAsync(StopWorkflowRunRequest stopWorkflowRunRequest,
AsyncHandler<StopWorkflowRunRequest,StopWorkflowRunResult> asyncHandler)
Stops the execution of the specified workflow run.
|
Modifier and Type | Method and Description |
---|---|
StopWorkflowRunRequest |
StopWorkflowRunRequest.clone() |
StopWorkflowRunRequest |
StopWorkflowRunRequest.withName(String name)
The name of the workflow to stop.
|
StopWorkflowRunRequest |
StopWorkflowRunRequest.withRunId(String runId)
The ID of the workflow run to stop.
|
Copyright © 2021. All rights reserved.