Uses of Class
software.amazon.awssdk.services.lambda.model.FilterCriteria
Packages that use FilterCriteria
-
Uses of FilterCriteria in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return FilterCriteriaModifier and TypeMethodDescriptionfinal FilterCriteriaCreateEventSourceMappingRequest.filterCriteria()An object that defines the filter criteria that determine whether Lambda should process an event.final FilterCriteriaCreateEventSourceMappingResponse.filterCriteria()An object that defines the filter criteria that determine whether Lambda should process an event.final FilterCriteriaDeleteEventSourceMappingResponse.filterCriteria()An object that defines the filter criteria that determine whether Lambda should process an event.final FilterCriteriaEventSourceMappingConfiguration.filterCriteria()An object that defines the filter criteria that determine whether Lambda should process an event.final FilterCriteriaGetEventSourceMappingResponse.filterCriteria()An object that defines the filter criteria that determine whether Lambda should process an event.final FilterCriteriaUpdateEventSourceMappingRequest.filterCriteria()An object that defines the filter criteria that determine whether Lambda should process an event.final FilterCriteriaUpdateEventSourceMappingResponse.filterCriteria()An object that defines the filter criteria that determine whether Lambda should process an event.Methods in software.amazon.awssdk.services.lambda.model with parameters of type FilterCriteriaModifier and TypeMethodDescriptionCreateEventSourceMappingRequest.Builder.filterCriteria(FilterCriteria filterCriteria) An object that defines the filter criteria that determine whether Lambda should process an event.CreateEventSourceMappingResponse.Builder.filterCriteria(FilterCriteria filterCriteria) An object that defines the filter criteria that determine whether Lambda should process an event.DeleteEventSourceMappingResponse.Builder.filterCriteria(FilterCriteria filterCriteria) An object that defines the filter criteria that determine whether Lambda should process an event.EventSourceMappingConfiguration.Builder.filterCriteria(FilterCriteria filterCriteria) An object that defines the filter criteria that determine whether Lambda should process an event.GetEventSourceMappingResponse.Builder.filterCriteria(FilterCriteria filterCriteria) An object that defines the filter criteria that determine whether Lambda should process an event.UpdateEventSourceMappingRequest.Builder.filterCriteria(FilterCriteria filterCriteria) An object that defines the filter criteria that determine whether Lambda should process an event.UpdateEventSourceMappingResponse.Builder.filterCriteria(FilterCriteria filterCriteria) An object that defines the filter criteria that determine whether Lambda should process an event.