| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateWorkflowResponse |
GlueClient.updateWorkflow(Consumer<UpdateWorkflowRequest.Builder> updateWorkflowRequest)
Updates an existing workflow.
|
default UpdateWorkflowResponse |
GlueClient.updateWorkflow(UpdateWorkflowRequest updateWorkflowRequest)
Updates an existing workflow.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateWorkflowResponse> |
GlueAsyncClient.updateWorkflow(Consumer<UpdateWorkflowRequest.Builder> updateWorkflowRequest)
Updates an existing workflow.
|
default CompletableFuture<UpdateWorkflowResponse> |
GlueAsyncClient.updateWorkflow(UpdateWorkflowRequest updateWorkflowRequest)
Updates an existing workflow.
|
Copyright © 2023. All rights reserved.