Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
WorkflowGraph |
WorkflowGraph.clone() |
WorkflowGraph |
WorkflowRun.getGraph()
The graph representing all the Glue components that belong to the workflow as nodes and directed connections
between them as edges.
|
WorkflowGraph |
Workflow.getGraph()
The graph representing all the Glue components that belong to the workflow as nodes and directed connections
between them as edges.
|
WorkflowGraph |
WorkflowGraph.withEdges(Collection<Edge> edges)
A list of all the directed connections between the nodes belonging to the workflow.
|
WorkflowGraph |
WorkflowGraph.withEdges(Edge... edges)
A list of all the directed connections between the nodes belonging to the workflow.
|
WorkflowGraph |
WorkflowGraph.withNodes(Collection<Node> nodes)
A list of the the Glue components belong to the workflow represented as nodes.
|
WorkflowGraph |
WorkflowGraph.withNodes(Node... nodes)
A list of the the Glue components belong to the workflow represented as nodes.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkflowRun.setGraph(WorkflowGraph graph)
The graph representing all the Glue components that belong to the workflow as nodes and directed connections
between them as edges.
|
void |
Workflow.setGraph(WorkflowGraph graph)
The graph representing all the Glue components that belong to the workflow as nodes and directed connections
between them as edges.
|
WorkflowRun |
WorkflowRun.withGraph(WorkflowGraph graph)
The graph representing all the Glue components that belong to the workflow as nodes and directed connections
between them as edges.
|
Workflow |
Workflow.withGraph(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.