| Package | Description |
|---|---|
| com.amazonaws.services.lambda.model |
| Modifier and Type | Method and Description |
|---|---|
FilterCriteria |
FilterCriteria.clone() |
FilterCriteria |
UpdateEventSourceMappingResult.getFilterCriteria()
An object that defines the filter criteria that determine whether Lambda should process an event.
|
FilterCriteria |
GetEventSourceMappingResult.getFilterCriteria()
An object that defines the filter criteria that determine whether Lambda should process an event.
|
FilterCriteria |
CreateEventSourceMappingResult.getFilterCriteria()
An object that defines the filter criteria that determine whether Lambda should process an event.
|
FilterCriteria |
EventSourceMappingConfiguration.getFilterCriteria()
An object that defines the filter criteria that determine whether Lambda should process an event.
|
FilterCriteria |
DeleteEventSourceMappingResult.getFilterCriteria()
An object that defines the filter criteria that determine whether Lambda should process an event.
|
FilterCriteria |
CreateEventSourceMappingRequest.getFilterCriteria()
An object that defines the filter criteria that determine whether Lambda should process an event.
|
FilterCriteria |
UpdateEventSourceMappingRequest.getFilterCriteria()
An object that defines the filter criteria that determine whether Lambda should process an event.
|
FilterCriteria |
FilterCriteria.withFilters(Collection<Filter> filters)
A list of filters.
|
FilterCriteria |
FilterCriteria.withFilters(Filter... filters)
A list of filters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateEventSourceMappingResult.setFilterCriteria(FilterCriteria filterCriteria)
An object that defines the filter criteria that determine whether Lambda should process an event.
|
void |
GetEventSourceMappingResult.setFilterCriteria(FilterCriteria filterCriteria)
An object that defines the filter criteria that determine whether Lambda should process an event.
|
void |
CreateEventSourceMappingResult.setFilterCriteria(FilterCriteria filterCriteria)
An object that defines the filter criteria that determine whether Lambda should process an event.
|
void |
EventSourceMappingConfiguration.setFilterCriteria(FilterCriteria filterCriteria)
An object that defines the filter criteria that determine whether Lambda should process an event.
|
void |
DeleteEventSourceMappingResult.setFilterCriteria(FilterCriteria filterCriteria)
An object that defines the filter criteria that determine whether Lambda should process an event.
|
void |
CreateEventSourceMappingRequest.setFilterCriteria(FilterCriteria filterCriteria)
An object that defines the filter criteria that determine whether Lambda should process an event.
|
void |
UpdateEventSourceMappingRequest.setFilterCriteria(FilterCriteria filterCriteria)
An object that defines the filter criteria that determine whether Lambda should process an event.
|
UpdateEventSourceMappingResult |
UpdateEventSourceMappingResult.withFilterCriteria(FilterCriteria filterCriteria)
An object that defines the filter criteria that determine whether Lambda should process an event.
|
GetEventSourceMappingResult |
GetEventSourceMappingResult.withFilterCriteria(FilterCriteria filterCriteria)
An object that defines the filter criteria that determine whether Lambda should process an event.
|
CreateEventSourceMappingResult |
CreateEventSourceMappingResult.withFilterCriteria(FilterCriteria filterCriteria)
An object that defines the filter criteria that determine whether Lambda should process an event.
|
EventSourceMappingConfiguration |
EventSourceMappingConfiguration.withFilterCriteria(FilterCriteria filterCriteria)
An object that defines the filter criteria that determine whether Lambda should process an event.
|
DeleteEventSourceMappingResult |
DeleteEventSourceMappingResult.withFilterCriteria(FilterCriteria filterCriteria)
An object that defines the filter criteria that determine whether Lambda should process an event.
|
CreateEventSourceMappingRequest |
CreateEventSourceMappingRequest.withFilterCriteria(FilterCriteria filterCriteria)
An object that defines the filter criteria that determine whether Lambda should process an event.
|
UpdateEventSourceMappingRequest |
UpdateEventSourceMappingRequest.withFilterCriteria(FilterCriteria filterCriteria)
An object that defines the filter criteria that determine whether Lambda should process an event.
|
Copyright © 2024. All rights reserved.