| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
WorkflowGraph |
Workflow.graph()
The graph representing all the Glue components that belong to the workflow as nodes and directed connections
between them as edges.
|
WorkflowGraph |
WorkflowRun.graph()
The graph representing all the Glue components that belong to the workflow as nodes and directed connections
between them as edges.
|
| Modifier and Type | Method and Description |
|---|---|
Workflow.Builder |
Workflow.Builder.graph(WorkflowGraph graph)
The graph representing all the Glue components that belong to the workflow as nodes and directed connections
between them as edges.
|
WorkflowRun.Builder |
WorkflowRun.Builder.graph(WorkflowGraph graph)
The graph representing all the Glue components that belong to the workflow as nodes and directed connections
between them as edges.
|
Copyright © 2023. All rights reserved.