| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
List<Node> |
WorkflowGraph.nodes()
A list of the the Glue components belong to the workflow represented as nodes.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowGraph.Builder |
WorkflowGraph.Builder.nodes(Node... nodes)
A list of the the Glue components belong to the workflow represented as nodes.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowGraph.Builder |
WorkflowGraph.Builder.nodes(Collection<Node> nodes)
A list of the the Glue components belong to the workflow represented as nodes.
|
Copyright © 2023. All rights reserved.