Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Future<GetWorkflowRunsResult> |
AWSGlueAsyncClient.getWorkflowRunsAsync(GetWorkflowRunsRequest request,
AsyncHandler<GetWorkflowRunsRequest,GetWorkflowRunsResult> asyncHandler) |
Future<GetWorkflowRunsResult> |
AbstractAWSGlueAsync.getWorkflowRunsAsync(GetWorkflowRunsRequest request,
AsyncHandler<GetWorkflowRunsRequest,GetWorkflowRunsResult> asyncHandler) |
Future<GetWorkflowRunsResult> |
AWSGlueAsync.getWorkflowRunsAsync(GetWorkflowRunsRequest getWorkflowRunsRequest,
AsyncHandler<GetWorkflowRunsRequest,GetWorkflowRunsResult> asyncHandler)
Retrieves metadata for all runs of a given workflow.
|
Modifier and Type | Method and Description |
---|---|
GetWorkflowRunsRequest |
GetWorkflowRunsRequest.clone() |
GetWorkflowRunsRequest |
GetWorkflowRunsRequest.withIncludeGraph(Boolean includeGraph)
Specifies whether to include the workflow graph in response or not.
|
GetWorkflowRunsRequest |
GetWorkflowRunsRequest.withMaxResults(Integer maxResults)
The maximum number of workflow runs to be included in the response.
|
GetWorkflowRunsRequest |
GetWorkflowRunsRequest.withName(String name)
Name of the workflow whose metadata of runs should be returned.
|
GetWorkflowRunsRequest |
GetWorkflowRunsRequest.withNextToken(String nextToken)
The maximum size of the response.
|
Copyright © 2022. All rights reserved.