| Package | Description |
|---|---|
| com.amazonaws.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
LambdaEventSource |
LambdaEventSource.clone() |
LambdaEventSource |
LambdaEventSource.withTopic(String topic)
The topic to which to subscribe to receive event messages.
|
LambdaEventSource |
LambdaEventSource.withType(LambdaEventSourceType type)
The type of event source.
|
LambdaEventSource |
LambdaEventSource.withType(String type)
The type of event source.
|
| Modifier and Type | Method and Description |
|---|---|
List<LambdaEventSource> |
LambdaExecutionParameters.getEventSources()
The list of event sources to which to subscribe to receive work messages.
|
| Modifier and Type | Method and Description |
|---|---|
LambdaExecutionParameters |
LambdaExecutionParameters.withEventSources(LambdaEventSource... eventSources)
The list of event sources to which to subscribe to receive work messages.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LambdaExecutionParameters.setEventSources(Collection<LambdaEventSource> eventSources)
The list of event sources to which to subscribe to receive work messages.
|
LambdaExecutionParameters |
LambdaExecutionParameters.withEventSources(Collection<LambdaEventSource> eventSources)
The list of event sources to which to subscribe to receive work messages.
|
Copyright © 2023. All rights reserved.