Uses of Class
software.amazon.awssdk.services.glue.model.Node
-
Packages that use Node Package Description software.amazon.awssdk.services.glue.model -
-
Uses of Node in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type Node Modifier and Type Method Description List<Node>WorkflowGraph. nodes()A list of the the Glue components belong to the workflow represented as nodes.Methods in software.amazon.awssdk.services.glue.model with parameters of type Node Modifier and Type Method Description WorkflowGraph.BuilderWorkflowGraph.Builder. nodes(Node... nodes)A list of the the Glue components belong to the workflow represented as nodes.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type Node Modifier and Type Method Description WorkflowGraph.BuilderWorkflowGraph.Builder. nodes(Collection<Node> nodes)A list of the the Glue components belong to the workflow represented as nodes.
-