| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| software.amazon.awssdk.services.glue.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListWorkflowsResponse |
GlueClient.listWorkflows(Consumer<ListWorkflowsRequest.Builder> listWorkflowsRequest)
Lists names of workflows created in the account.
|
default ListWorkflowsResponse |
GlueClient.listWorkflows(ListWorkflowsRequest listWorkflowsRequest)
Lists names of workflows created in the account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListWorkflowsResponse> |
GlueAsyncClient.listWorkflows(Consumer<ListWorkflowsRequest.Builder> listWorkflowsRequest)
Lists names of workflows created in the account.
|
default CompletableFuture<ListWorkflowsResponse> |
GlueAsyncClient.listWorkflows(ListWorkflowsRequest listWorkflowsRequest)
Lists names of workflows created in the account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListWorkflowsResponse> |
ListWorkflowsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListWorkflowsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListWorkflowsResponse> subscriber) |
Copyright © 2023. All rights reserved.