| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| software.amazon.awssdk.services.glue.paginators | |
| software.amazon.awssdk.services.glue.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListWorkflowsResponse> |
GlueAsyncClient.listWorkflows(ListWorkflowsRequest listWorkflowsRequest)
Lists names of workflows created in the account.
|
default ListWorkflowsResponse |
GlueClient.listWorkflows(ListWorkflowsRequest listWorkflowsRequest)
Lists names of workflows created in the account.
|
default ListWorkflowsPublisher |
GlueAsyncClient.listWorkflowsPaginator(ListWorkflowsRequest listWorkflowsRequest)
Lists names of workflows created in the account.
|
default ListWorkflowsIterable |
GlueClient.listWorkflowsPaginator(ListWorkflowsRequest listWorkflowsRequest)
Lists names of workflows created in the account.
|
| Constructor and Description |
|---|
ListWorkflowsIterable(GlueClient client,
ListWorkflowsRequest firstRequest) |
ListWorkflowsPublisher(GlueAsyncClient client,
ListWorkflowsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListWorkflowsRequestMarshaller.marshall(ListWorkflowsRequest listWorkflowsRequest) |
Copyright © 2023. All rights reserved.