Uses of Class
software.amazon.awssdk.services.glue.model.Edge
-
Packages that use Edge Package Description software.amazon.awssdk.services.glue.model -
-
Uses of Edge in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type Edge Modifier and Type Method Description List<Edge>WorkflowGraph. edges()A list of all the directed connections between the nodes belonging to the workflow.Methods in software.amazon.awssdk.services.glue.model with parameters of type Edge Modifier and Type Method Description WorkflowGraph.BuilderWorkflowGraph.Builder. edges(Edge... edges)A list of all the directed connections between the nodes belonging to the workflow.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type Edge Modifier and Type Method Description WorkflowGraph.BuilderWorkflowGraph.Builder. edges(Collection<Edge> edges)A list of all the directed connections between the nodes belonging to the workflow.
-