Uses of Class
software.amazon.awssdk.services.glue.model.CodeGenNode
-
Packages that use CodeGenNode Package Description software.amazon.awssdk.services.glue.model -
-
Uses of CodeGenNode in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type CodeGenNode Modifier and Type Method Description List<CodeGenNode>CreateScriptRequest. dagNodes()A list of the nodes in the DAG.List<CodeGenNode>GetDataflowGraphResponse. dagNodes()A list of the nodes in the resulting DAG.Methods in software.amazon.awssdk.services.glue.model with parameters of type CodeGenNode Modifier and Type Method Description CreateScriptRequest.BuilderCreateScriptRequest.Builder. dagNodes(CodeGenNode... dagNodes)A list of the nodes in the DAG.GetDataflowGraphResponse.BuilderGetDataflowGraphResponse.Builder. dagNodes(CodeGenNode... dagNodes)A list of the nodes in the resulting DAG.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type CodeGenNode Modifier and Type Method Description CreateScriptRequest.BuilderCreateScriptRequest.Builder. dagNodes(Collection<CodeGenNode> dagNodes)A list of the nodes in the DAG.GetDataflowGraphResponse.BuilderGetDataflowGraphResponse.Builder. dagNodes(Collection<CodeGenNode> dagNodes)A list of the nodes in the resulting DAG.
-