Uses of Class
software.amazon.awssdk.services.lambda.model.EventSourceMappingConfiguration
-
Packages that use EventSourceMappingConfiguration Package Description software.amazon.awssdk.services.lambda.model software.amazon.awssdk.services.lambda.paginators -
-
Uses of EventSourceMappingConfiguration in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type EventSourceMappingConfiguration Modifier and Type Method Description List<EventSourceMappingConfiguration>
ListEventSourceMappingsResponse. eventSourceMappings()
A list of event source mappings.Methods in software.amazon.awssdk.services.lambda.model with parameters of type EventSourceMappingConfiguration Modifier and Type Method Description ListEventSourceMappingsResponse.Builder
ListEventSourceMappingsResponse.Builder. eventSourceMappings(EventSourceMappingConfiguration... eventSourceMappings)
A list of event source mappings.Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type EventSourceMappingConfiguration Modifier and Type Method Description ListEventSourceMappingsResponse.Builder
ListEventSourceMappingsResponse.Builder. eventSourceMappings(Collection<EventSourceMappingConfiguration> eventSourceMappings)
A list of event source mappings. -
Uses of EventSourceMappingConfiguration in software.amazon.awssdk.services.lambda.paginators
Methods in software.amazon.awssdk.services.lambda.paginators that return types with arguments of type EventSourceMappingConfiguration Modifier and Type Method Description SdkIterable<EventSourceMappingConfiguration>
ListEventSourceMappingsIterable. eventSourceMappings()
Returns an iterable to iterate through the paginatedListEventSourceMappingsResponse.eventSourceMappings()
member.SdkPublisher<EventSourceMappingConfiguration>
ListEventSourceMappingsPublisher. eventSourceMappings()
Returns a publisher that can be used to get a stream of data.
-