Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.Event
-
Packages that use Event Package Description software.amazon.awssdk.services.ivsrealtime.model -
-
Uses of Event in software.amazon.awssdk.services.ivsrealtime.model
Methods in software.amazon.awssdk.services.ivsrealtime.model that return types with arguments of type Event Modifier and Type Method Description List<Event>ListParticipantEventsResponse. events()List of the matching events.Methods in software.amazon.awssdk.services.ivsrealtime.model with parameters of type Event Modifier and Type Method Description ListParticipantEventsResponse.BuilderListParticipantEventsResponse.Builder. events(Event... events)List of the matching events.Method parameters in software.amazon.awssdk.services.ivsrealtime.model with type arguments of type Event Modifier and Type Method Description ListParticipantEventsResponse.BuilderListParticipantEventsResponse.Builder. events(Collection<Event> events)List of the matching events.
-