| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
List<LambdaEventSource> |
LambdaExecutionParameters.eventSources()
The list of event sources to which to subscribe to receive work messages.
|
| Modifier and Type | Method and Description |
|---|---|
LambdaExecutionParameters.Builder |
LambdaExecutionParameters.Builder.eventSources(LambdaEventSource... eventSources)
The list of event sources to which to subscribe to receive work messages.
|
| Modifier and Type | Method and Description |
|---|---|
LambdaExecutionParameters.Builder |
LambdaExecutionParameters.Builder.eventSources(Collection<LambdaEventSource> eventSources)
The list of event sources to which to subscribe to receive work messages.
|
Copyright © 2023. All rights reserved.