| Package | Description |
|---|---|
| com.amazonaws.services.glue |
|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListWorkflowsResult> |
AWSGlueAsyncClient.listWorkflowsAsync(ListWorkflowsRequest request,
AsyncHandler<ListWorkflowsRequest,ListWorkflowsResult> asyncHandler) |
Future<ListWorkflowsResult> |
AWSGlueAsync.listWorkflowsAsync(ListWorkflowsRequest listWorkflowsRequest,
AsyncHandler<ListWorkflowsRequest,ListWorkflowsResult> asyncHandler)
Lists names of workflows created in the account.
|
Future<ListWorkflowsResult> |
AbstractAWSGlueAsync.listWorkflowsAsync(ListWorkflowsRequest request,
AsyncHandler<ListWorkflowsRequest,ListWorkflowsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowsRequest |
ListWorkflowsRequest.clone() |
ListWorkflowsRequest |
ListWorkflowsRequest.withMaxResults(Integer maxResults)
The maximum size of a list to return.
|
ListWorkflowsRequest |
ListWorkflowsRequest.withNextToken(String nextToken)
A continuation token, if this is a continuation request.
|
Copyright © 2024. All rights reserved.