Uses of Interface
software.aws.awsprototypingsdk.cdkgraph.ICdkGraphPlugin
-
-
Uses of ICdkGraphPlugin in software.aws.awsprototypingsdk.cdkgraph
Subinterfaces of ICdkGraphPlugin in software.aws.awsprototypingsdk.cdkgraph Modifier and Type Interface Description static interfaceICdkGraphPlugin.Jsii$DefaultInternal default implementation forICdkGraphPlugin.Classes in software.aws.awsprototypingsdk.cdkgraph that implement ICdkGraphPlugin Modifier and Type Class Description static classICdkGraphPlugin.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.Methods in software.aws.awsprototypingsdk.cdkgraph that return types with arguments of type ICdkGraphPlugin Modifier and Type Method Description List<ICdkGraphPlugin>CdkGraph. getPlugins()(experimental) List of plugins registered with this instance.default List<ICdkGraphPlugin>ICdkGraphProps. getPlugins()(experimental) List of plugins to extends the graph.List<ICdkGraphPlugin>ICdkGraphProps.Jsii$Proxy. getPlugins()Method parameters in software.aws.awsprototypingsdk.cdkgraph with type arguments of type ICdkGraphPlugin Modifier and Type Method Description CdkGraph.BuilderCdkGraph.Builder. plugins(List<? extends ICdkGraphPlugin> plugins)(experimental) List of plugins to extends the graph.ICdkGraphProps.BuilderICdkGraphProps.Builder. plugins(List<? extends ICdkGraphPlugin> plugins)Sets the value ofICdkGraphProps.getPlugins()
-