Uses of Class
software.amazon.awssdk.services.eventbridge.model.EventSource
-
Packages that use EventSource Package Description software.amazon.awssdk.services.eventbridge.model -
-
Uses of EventSource in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type EventSource Modifier and Type Method Description List<EventSource>ListEventSourcesResponse. eventSources()The list of event sources.Methods in software.amazon.awssdk.services.eventbridge.model with parameters of type EventSource Modifier and Type Method Description ListEventSourcesResponse.BuilderListEventSourcesResponse.Builder. eventSources(EventSource... eventSources)The list of event sources.Method parameters in software.amazon.awssdk.services.eventbridge.model with type arguments of type EventSource Modifier and Type Method Description ListEventSourcesResponse.BuilderListEventSourcesResponse.Builder. eventSources(Collection<EventSource> eventSources)The list of event sources.
-