Uses of Interface
software.amazon.awscdk.IPropertyInjector
Packages that use IPropertyInjector
-
Uses of IPropertyInjector in software.amazon.awscdk
Subinterfaces of IPropertyInjector in software.amazon.awscdkModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIPropertyInjector.Classes in software.amazon.awscdk that implement IPropertyInjectorModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk that return IPropertyInjectorModifier and TypeMethodDescriptionGet the PropertyInjector that is registered to the Construct's uniqueId.Methods in software.amazon.awscdk that return types with arguments of type IPropertyInjectorModifier and TypeMethodDescriptiondefault List<IPropertyInjector>AppProps.getPropertyInjectors()A list of IPropertyInjector attached to this App.final List<IPropertyInjector>AppProps.Jsii$Proxy.getPropertyInjectors()default List<IPropertyInjector>StackProps.getPropertyInjectors()A list of IPropertyInjector attached to this Stack.final List<IPropertyInjector>StackProps.Jsii$Proxy.getPropertyInjectors()default List<IPropertyInjector>StageProps.getPropertyInjectors()A list of IPropertyInjector attached to this Stage.final List<IPropertyInjector>StageProps.Jsii$Proxy.getPropertyInjectors()Methods in software.amazon.awscdk with parameters of type IPropertyInjectorModifier and TypeMethodDescriptionvoidPropertyInjectors.add(@NotNull IPropertyInjector... propsInjectors) Add a list of IPropertyInjectors to this collection of PropertyInjectors.Method parameters in software.amazon.awscdk with type arguments of type IPropertyInjectorModifier and TypeMethodDescriptionApp.Builder.propertyInjectors(List<? extends IPropertyInjector> propertyInjectors) A list of IPropertyInjector attached to this App.AppProps.Builder.propertyInjectors(List<? extends IPropertyInjector> propertyInjectors) Sets the value ofAppProps.getPropertyInjectors()Stack.Builder.propertyInjectors(List<? extends IPropertyInjector> propertyInjectors) A list of IPropertyInjector attached to this Stack.StackProps.Builder.propertyInjectors(List<? extends IPropertyInjector> propertyInjectors) Sets the value ofStackProps.getPropertyInjectors()Stage.Builder.propertyInjectors(List<? extends IPropertyInjector> propertyInjectors) A list of IPropertyInjector attached to this Stage.StageProps.Builder.propertyInjectors(List<? extends IPropertyInjector> propertyInjectors) Sets the value ofStageProps.getPropertyInjectors()