Uses of Interface
software.amazon.awscdk.services.lambda.IEventSource
-
Uses of IEventSource in software.amazon.awscdk.services.lambda
Subinterfaces of IEventSource in software.amazon.awscdk.services.lambdaModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIEventSource.Classes in software.amazon.awscdk.services.lambda that implement IEventSourceModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.lambda that return types with arguments of type IEventSourceModifier and TypeMethodDescriptionfinal List<IEventSource>DockerImageFunctionProps.Jsii$Proxy.getEvents()default List<IEventSource>FunctionOptions.getEvents()Event sources for this function.final List<IEventSource>FunctionOptions.Jsii$Proxy.getEvents()final List<IEventSource>FunctionProps.Jsii$Proxy.getEvents()final List<IEventSource>SingletonFunctionProps.Jsii$Proxy.getEvents()Methods in software.amazon.awscdk.services.lambda with parameters of type IEventSourceModifier and TypeMethodDescriptionvoidFunctionBase.addEventSource(IEventSource source) Adds an event source to this function.default voidIAlias.Jsii$Default.addEventSource(IEventSource source) Adds an event source to this function.final voidIAlias.Jsii$Proxy.addEventSource(IEventSource source) Adds an event source to this function.voidIFunction.addEventSource(IEventSource source) Adds an event source to this function.default voidIFunction.Jsii$Default.addEventSource(IEventSource source) Adds an event source to this function.final voidIFunction.Jsii$Proxy.addEventSource(IEventSource source) Adds an event source to this function.default voidIVersion.Jsii$Default.addEventSource(IEventSource source) Adds an event source to this function.final voidIVersion.Jsii$Proxy.addEventSource(IEventSource source) Adds an event source to this function.Method parameters in software.amazon.awscdk.services.lambda with type arguments of type IEventSourceModifier and TypeMethodDescriptionDockerImageFunction.Builder.events(List<? extends IEventSource> events) Event sources for this function.DockerImageFunctionProps.Builder.events(List<? extends IEventSource> events) Sets the value ofFunctionOptions.getEvents()Function.Builder.events(List<? extends IEventSource> events) Event sources for this function.FunctionOptions.Builder.events(List<? extends IEventSource> events) Sets the value ofFunctionOptions.getEvents()FunctionProps.Builder.events(List<? extends IEventSource> events) Sets the value ofFunctionOptions.getEvents()SingletonFunction.Builder.events(List<? extends IEventSource> events) Event sources for this function.SingletonFunctionProps.Builder.events(List<? extends IEventSource> events) Sets the value ofFunctionOptions.getEvents()