| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| software.amazon.awssdk.services.glue.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetWorkflowRunsResponse |
GlueClient.getWorkflowRuns(Consumer<GetWorkflowRunsRequest.Builder> getWorkflowRunsRequest)
Retrieves metadata for all runs of a given workflow.
|
default GetWorkflowRunsResponse |
GlueClient.getWorkflowRuns(GetWorkflowRunsRequest getWorkflowRunsRequest)
Retrieves metadata for all runs of a given workflow.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetWorkflowRunsResponse> |
GlueAsyncClient.getWorkflowRuns(Consumer<GetWorkflowRunsRequest.Builder> getWorkflowRunsRequest)
Retrieves metadata for all runs of a given workflow.
|
default CompletableFuture<GetWorkflowRunsResponse> |
GlueAsyncClient.getWorkflowRuns(GetWorkflowRunsRequest getWorkflowRunsRequest)
Retrieves metadata for all runs of a given workflow.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetWorkflowRunsResponse> |
GetWorkflowRunsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetWorkflowRunsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetWorkflowRunsResponse> subscriber) |
Copyright © 2023. All rights reserved.