| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| Modifier and Type | Method and Description |
|---|---|
default StartWorkflowRunResponse |
GlueClient.startWorkflowRun(Consumer<StartWorkflowRunRequest.Builder> startWorkflowRunRequest)
Starts a new run of the specified workflow.
|
default StartWorkflowRunResponse |
GlueClient.startWorkflowRun(StartWorkflowRunRequest startWorkflowRunRequest)
Starts a new run of the specified workflow.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StartWorkflowRunResponse> |
GlueAsyncClient.startWorkflowRun(Consumer<StartWorkflowRunRequest.Builder> startWorkflowRunRequest)
Starts a new run of the specified workflow.
|
default CompletableFuture<StartWorkflowRunResponse> |
GlueAsyncClient.startWorkflowRun(StartWorkflowRunRequest startWorkflowRunRequest)
Starts a new run of the specified workflow.
|
Copyright © 2023. All rights reserved.