Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Future<GetWorkflowRunResult> |
AbstractAWSGlueAsync.getWorkflowRunAsync(GetWorkflowRunRequest request,
AsyncHandler<GetWorkflowRunRequest,GetWorkflowRunResult> asyncHandler) |
Future<GetWorkflowRunResult> |
AWSGlueAsyncClient.getWorkflowRunAsync(GetWorkflowRunRequest request,
AsyncHandler<GetWorkflowRunRequest,GetWorkflowRunResult> asyncHandler) |
Future<GetWorkflowRunResult> |
AWSGlueAsync.getWorkflowRunAsync(GetWorkflowRunRequest getWorkflowRunRequest,
AsyncHandler<GetWorkflowRunRequest,GetWorkflowRunResult> asyncHandler)
Retrieves the metadata for a given workflow run.
|
Modifier and Type | Method and Description |
---|---|
GetWorkflowRunRequest |
GetWorkflowRunRequest.clone() |
GetWorkflowRunRequest |
GetWorkflowRunRequest.withIncludeGraph(Boolean includeGraph)
Specifies whether to include the workflow graph in response or not.
|
GetWorkflowRunRequest |
GetWorkflowRunRequest.withName(String name)
Name of the workflow being run.
|
GetWorkflowRunRequest |
GetWorkflowRunRequest.withRunId(String runId)
The ID of the workflow run.
|
Copyright © 2021. All rights reserved.