Uses of Interface
software.aws.awsprototypingsdk.cdkgraph.IGraphPluginBindCallback
-
-
Uses of IGraphPluginBindCallback in software.aws.awsprototypingsdk.cdkgraph
Subinterfaces of IGraphPluginBindCallback in software.aws.awsprototypingsdk.cdkgraph Modifier and Type Interface Description static interfaceIGraphPluginBindCallback.Jsii$DefaultInternal default implementation forIGraphPluginBindCallback.Classes in software.aws.awsprototypingsdk.cdkgraph that implement IGraphPluginBindCallback Modifier and Type Class Description static classIGraphPluginBindCallback.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.Methods in software.aws.awsprototypingsdk.cdkgraph that return IGraphPluginBindCallback Modifier and Type Method Description IGraphPluginBindCallbackICdkGraphPlugin. getBind()(experimental) Binds the plugin to the CdkGraph instance.default IGraphPluginBindCallbackICdkGraphPlugin.Jsii$Default. getBind()(experimental) Binds the plugin to the CdkGraph instance.IGraphPluginBindCallbackICdkGraphPlugin.Jsii$Proxy. getBind()(experimental) Binds the plugin to the CdkGraph instance.Methods in software.aws.awsprototypingsdk.cdkgraph with parameters of type IGraphPluginBindCallback Modifier and Type Method Description default voidICdkGraphPlugin.Jsii$Default. setBind(IGraphPluginBindCallback value)(experimental) Binds the plugin to the CdkGraph instance.voidICdkGraphPlugin.Jsii$Proxy. setBind(IGraphPluginBindCallback value)(experimental) Binds the plugin to the CdkGraph instance.voidICdkGraphPlugin. setBind(IGraphPluginBindCallback value)(experimental) Binds the plugin to the CdkGraph instance.
-