Uses of Interface
software.amazon.awssdk.services.ivsrealtime.model.ListParticipantEventsResponse.Builder
-
Packages that use ListParticipantEventsResponse.Builder Package Description software.amazon.awssdk.services.ivsrealtime.model -
-
Uses of ListParticipantEventsResponse.Builder in software.amazon.awssdk.services.ivsrealtime.model
Methods in software.amazon.awssdk.services.ivsrealtime.model that return ListParticipantEventsResponse.Builder Modifier and Type Method Description static ListParticipantEventsResponse.BuilderListParticipantEventsResponse. builder()ListParticipantEventsResponse.BuilderListParticipantEventsResponse.Builder. events(Collection<Event> events)List of the matching events.ListParticipantEventsResponse.BuilderListParticipantEventsResponse.Builder. events(Consumer<Event.Builder>... events)List of the matching events.ListParticipantEventsResponse.BuilderListParticipantEventsResponse.Builder. events(Event... events)List of the matching events.ListParticipantEventsResponse.BuilderListParticipantEventsResponse.Builder. nextToken(String nextToken)If there are more events thanmaxResults, usenextTokenin the request to get the next set.ListParticipantEventsResponse.BuilderListParticipantEventsResponse. toBuilder()Methods in software.amazon.awssdk.services.ivsrealtime.model that return types with arguments of type ListParticipantEventsResponse.Builder Modifier and Type Method Description static Class<? extends ListParticipantEventsResponse.Builder>ListParticipantEventsResponse. serializableBuilderClass()
-