| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
List<CodeGenEdge> |
CreateScriptRequest.dagEdges()
A list of the edges in the DAG.
|
List<CodeGenEdge> |
GetDataflowGraphResponse.dagEdges()
A list of the edges in the resulting DAG.
|
| Modifier and Type | Method and Description |
|---|---|
CreateScriptRequest.Builder |
CreateScriptRequest.Builder.dagEdges(CodeGenEdge... dagEdges)
A list of the edges in the DAG.
|
GetDataflowGraphResponse.Builder |
GetDataflowGraphResponse.Builder.dagEdges(CodeGenEdge... dagEdges)
A list of the edges in the resulting DAG.
|
| Modifier and Type | Method and Description |
|---|---|
CreateScriptRequest.Builder |
CreateScriptRequest.Builder.dagEdges(Collection<CodeGenEdge> dagEdges)
A list of the edges in the DAG.
|
GetDataflowGraphResponse.Builder |
GetDataflowGraphResponse.Builder.dagEdges(Collection<CodeGenEdge> dagEdges)
A list of the edges in the resulting DAG.
|
Copyright © 2023. All rights reserved.