Uses of Class
software.amazon.awssdk.services.glue.model.WorkflowGraph
-
Packages that use WorkflowGraph Package Description software.amazon.awssdk.services.glue.model -
-
Uses of WorkflowGraph in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return WorkflowGraph Modifier and Type Method Description WorkflowGraphWorkflow. graph()The graph representing all the Glue components that belong to the workflow as nodes and directed connections between them as edges.WorkflowGraphWorkflowRun. graph()The graph representing all the Glue components that belong to the workflow as nodes and directed connections between them as edges.Methods in software.amazon.awssdk.services.glue.model with parameters of type WorkflowGraph Modifier and Type Method Description Workflow.BuilderWorkflow.Builder. graph(WorkflowGraph graph)The graph representing all the Glue components that belong to the workflow as nodes and directed connections between them as edges.WorkflowRun.BuilderWorkflowRun.Builder. graph(WorkflowGraph graph)The graph representing all the Glue components that belong to the workflow as nodes and directed connections between them as edges.
-