Uses of Class
software.amazon.awssdk.services.eventbridge.model.EventBus
-
Packages that use EventBus Package Description software.amazon.awssdk.services.eventbridge.model -
-
Uses of EventBus in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type EventBus Modifier and Type Method Description List<EventBus>ListEventBusesResponse. eventBuses()This list of event buses.Methods in software.amazon.awssdk.services.eventbridge.model with parameters of type EventBus Modifier and Type Method Description ListEventBusesResponse.BuilderListEventBusesResponse.Builder. eventBuses(EventBus... eventBuses)This list of event buses.Method parameters in software.amazon.awssdk.services.eventbridge.model with type arguments of type EventBus Modifier and Type Method Description ListEventBusesResponse.BuilderListEventBusesResponse.Builder. eventBuses(Collection<EventBus> eventBuses)This list of event buses.
-