Uses of Interface
software.aws.awsprototypingsdk.cdkgraph.IGraphSynthesizeCallback
-
-
Uses of IGraphSynthesizeCallback in software.aws.awsprototypingsdk.cdkgraph
Subinterfaces of IGraphSynthesizeCallback in software.aws.awsprototypingsdk.cdkgraph Modifier and Type Interface Description static interfaceIGraphSynthesizeCallback.Jsii$DefaultInternal default implementation forIGraphSynthesizeCallback.Classes in software.aws.awsprototypingsdk.cdkgraph that implement IGraphSynthesizeCallback Modifier and Type Class Description static classIGraphSynthesizeCallback.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.Methods in software.aws.awsprototypingsdk.cdkgraph that return IGraphSynthesizeCallback Modifier and Type Method Description default IGraphSynthesizeCallbackICdkGraphPlugin. getSynthesize()(experimental) Called during CDK synthesize to generate synchronous artifacts based on the in-memory graph passed to the plugin.default IGraphSynthesizeCallbackICdkGraphPlugin.Jsii$Default. getSynthesize()(experimental) Called during CDK synthesize to generate synchronous artifacts based on the in-memory graph passed to the plugin.IGraphSynthesizeCallbackICdkGraphPlugin.Jsii$Proxy. getSynthesize()(experimental) Called during CDK synthesize to generate synchronous artifacts based on the in-memory graph passed to the plugin.Methods in software.aws.awsprototypingsdk.cdkgraph with parameters of type IGraphSynthesizeCallback Modifier and Type Method Description default voidICdkGraphPlugin.Jsii$Default. setSynthesize(IGraphSynthesizeCallback value)(experimental) Called during CDK synthesize to generate synchronous artifacts based on the in-memory graph passed to the plugin.voidICdkGraphPlugin.Jsii$Proxy. setSynthesize(IGraphSynthesizeCallback value)(experimental) Called during CDK synthesize to generate synchronous artifacts based on the in-memory graph passed to the plugin.default voidICdkGraphPlugin. setSynthesize(IGraphSynthesizeCallback value)(experimental) Called during CDK synthesize to generate synchronous artifacts based on the in-memory graph passed to the plugin.
-