| Package | Description |
|---|---|
| com.amazonaws.services.glue |
|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowsResult |
AWSGlueClient.listWorkflows(ListWorkflowsRequest request)
Lists names of workflows created in the account.
|
ListWorkflowsResult |
AWSGlue.listWorkflows(ListWorkflowsRequest listWorkflowsRequest)
Lists names of workflows created in the account.
|
ListWorkflowsResult |
AbstractAWSGlue.listWorkflows(ListWorkflowsRequest request) |
| 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 |
|---|---|
ListWorkflowsResult |
ListWorkflowsResult.clone() |
ListWorkflowsResult |
ListWorkflowsResult.withNextToken(String nextToken)
A continuation token, if not all workflow names have been returned.
|
ListWorkflowsResult |
ListWorkflowsResult.withWorkflows(Collection<String> workflows)
List of names of workflows in the account.
|
ListWorkflowsResult |
ListWorkflowsResult.withWorkflows(String... workflows)
List of names of workflows in the account.
|
Copyright © 2024. All rights reserved.