| Modifier and Type | Interface and Description |
|---|---|
static interface |
IEventSource.Jsii$Default
Internal default implementation for
IEventSource. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IEventSource.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
default List<IEventSource> |
FunctionOptions.getEvents()
Event sources for this function.
|
List<IEventSource> |
FunctionOptions.Jsii$Proxy.getEvents() |
List<IEventSource> |
FunctionProps.Jsii$Proxy.getEvents() |
List<IEventSource> |
DockerImageFunctionProps.Jsii$Proxy.getEvents() |
List<IEventSource> |
SingletonFunctionProps.Jsii$Proxy.getEvents() |
| Modifier and Type | Method and Description |
|---|---|
void |
IFunction.addEventSource(IEventSource source)
Adds an event source to this function.
|
void |
IFunction.Jsii$Proxy.addEventSource(IEventSource source)
Adds an event source to this function.
|
default void |
IFunction.Jsii$Default.addEventSource(IEventSource source)
Adds an event source to this function.
|
void |
IAlias.Jsii$Proxy.addEventSource(IEventSource source)
Adds an event source to this function.
|
default void |
IAlias.Jsii$Default.addEventSource(IEventSource source)
Adds an event source to this function.
|
void |
IVersion.Jsii$Proxy.addEventSource(IEventSource source)
Adds an event source to this function.
|
default void |
IVersion.Jsii$Default.addEventSource(IEventSource source)
Adds an event source to this function.
|
void |
FunctionBase.addEventSource(IEventSource source)
Adds an event source to this function.
|
| Modifier and Type | Method and Description |
|---|---|
FunctionOptions.Builder |
FunctionOptions.Builder.events(List<? extends IEventSource> events)
Sets the value of
FunctionOptions.getEvents() |
Function.Builder |
Function.Builder.events(List<? extends IEventSource> events)
Event sources for this function.
|
SingletonFunction.Builder |
SingletonFunction.Builder.events(List<? extends IEventSource> events)
Event sources for this function.
|
FunctionProps.Builder |
FunctionProps.Builder.events(List<? extends IEventSource> events)
Sets the value of
FunctionOptions.getEvents() |
DockerImageFunction.Builder |
DockerImageFunction.Builder.events(List<? extends IEventSource> events)
Event sources for this function.
|
DockerImageFunctionProps.Builder |
DockerImageFunctionProps.Builder.events(List<? extends IEventSource> events)
Sets the value of
FunctionOptions.getEvents() |
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.events(List<? extends IEventSource> events)
Sets the value of
FunctionOptions.getEvents() |
Copyright © 2023. All rights reserved.