| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| Modifier and Type | Method and Description |
|---|---|
default StopWorkflowRunResponse |
GlueClient.stopWorkflowRun(Consumer<StopWorkflowRunRequest.Builder> stopWorkflowRunRequest)
Stops the execution of the specified workflow run.
|
default StopWorkflowRunResponse |
GlueClient.stopWorkflowRun(StopWorkflowRunRequest stopWorkflowRunRequest)
Stops the execution of the specified workflow run.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StopWorkflowRunResponse> |
GlueAsyncClient.stopWorkflowRun(Consumer<StopWorkflowRunRequest.Builder> stopWorkflowRunRequest)
Stops the execution of the specified workflow run.
|
default CompletableFuture<StopWorkflowRunResponse> |
GlueAsyncClient.stopWorkflowRun(StopWorkflowRunRequest stopWorkflowRunRequest)
Stops the execution of the specified workflow run.
|
Copyright © 2023. All rights reserved.