Uses of Class
software.aws.awsprototypingsdk.cdkgraph.CdkGraph.Builder
-
-
Uses of CdkGraph.Builder in software.aws.awsprototypingsdk.cdkgraph
Methods in software.aws.awsprototypingsdk.cdkgraph that return CdkGraph.Builder Modifier and Type Method Description static CdkGraph.BuilderCdkGraph.Builder. create(software.constructs.Construct root)CdkGraph.BuilderCdkGraph.Builder. plugins(List<? extends ICdkGraphPlugin> plugins)(experimental) List of plugins to extends the graph.
-