Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Future<BatchGetWorkflowsResult> |
AbstractAWSGlueAsync.batchGetWorkflowsAsync(BatchGetWorkflowsRequest request,
AsyncHandler<BatchGetWorkflowsRequest,BatchGetWorkflowsResult> asyncHandler) |
Future<BatchGetWorkflowsResult> |
AWSGlueAsync.batchGetWorkflowsAsync(BatchGetWorkflowsRequest batchGetWorkflowsRequest,
AsyncHandler<BatchGetWorkflowsRequest,BatchGetWorkflowsResult> asyncHandler)
Returns a list of resource metadata for a given list of workflow names.
|
Future<BatchGetWorkflowsResult> |
AWSGlueAsyncClient.batchGetWorkflowsAsync(BatchGetWorkflowsRequest request,
AsyncHandler<BatchGetWorkflowsRequest,BatchGetWorkflowsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
BatchGetWorkflowsRequest |
BatchGetWorkflowsRequest.clone() |
BatchGetWorkflowsRequest |
BatchGetWorkflowsRequest.withIncludeGraph(Boolean includeGraph)
Specifies whether to include a graph when returning the workflow resource metadata.
|
BatchGetWorkflowsRequest |
BatchGetWorkflowsRequest.withNames(Collection<String> names)
A list of workflow names, which may be the names returned from the
ListWorkflows operation. |
BatchGetWorkflowsRequest |
BatchGetWorkflowsRequest.withNames(String... names)
A list of workflow names, which may be the names returned from the
ListWorkflows operation. |
Copyright © 2021. All rights reserved.