Uses of Class
software.amazon.awssdk.services.glue.model.CodeGenEdge
-
Packages that use CodeGenEdge Package Description software.amazon.awssdk.services.glue.model -
-
Uses of CodeGenEdge in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type CodeGenEdge Modifier and Type Method 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.Methods in software.amazon.awssdk.services.glue.model with parameters of type CodeGenEdge Modifier and Type Method Description CreateScriptRequest.BuilderCreateScriptRequest.Builder. dagEdges(CodeGenEdge... dagEdges)A list of the edges in the DAG.GetDataflowGraphResponse.BuilderGetDataflowGraphResponse.Builder. dagEdges(CodeGenEdge... dagEdges)A list of the edges in the resulting DAG.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type CodeGenEdge Modifier and Type Method Description CreateScriptRequest.BuilderCreateScriptRequest.Builder. dagEdges(Collection<CodeGenEdge> dagEdges)A list of the edges in the DAG.GetDataflowGraphResponse.BuilderGetDataflowGraphResponse.Builder. dagEdges(Collection<CodeGenEdge> dagEdges)A list of the edges in the resulting DAG.
-