| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
List<Edge> |
WorkflowGraph.edges()
A list of all the directed connections between the nodes belonging to the workflow.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowGraph.Builder |
WorkflowGraph.Builder.edges(Edge... edges)
A list of all the directed connections between the nodes belonging to the workflow.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowGraph.Builder |
WorkflowGraph.Builder.edges(Collection<Edge> edges)
A list of all the directed connections between the nodes belonging to the workflow.
|
Copyright © 2023. All rights reserved.