Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.ListParticipantEventsResponse
-
Packages that use ListParticipantEventsResponse Package Description software.amazon.awssdk.services.ivsrealtime Introductionsoftware.amazon.awssdk.services.ivsrealtime.paginators -
-
Uses of ListParticipantEventsResponse in software.amazon.awssdk.services.ivsrealtime
Methods in software.amazon.awssdk.services.ivsrealtime that return ListParticipantEventsResponse Modifier and Type Method Description default ListParticipantEventsResponseIvsRealTimeClient. listParticipantEvents(Consumer<ListParticipantEventsRequest.Builder> listParticipantEventsRequest)Lists events for a specified participant that occurred during a specified stage session.default ListParticipantEventsResponseIvsRealTimeClient. listParticipantEvents(ListParticipantEventsRequest listParticipantEventsRequest)Lists events for a specified participant that occurred during a specified stage session.Methods in software.amazon.awssdk.services.ivsrealtime that return types with arguments of type ListParticipantEventsResponse Modifier and Type Method Description default CompletableFuture<ListParticipantEventsResponse>IvsRealTimeAsyncClient. listParticipantEvents(Consumer<ListParticipantEventsRequest.Builder> listParticipantEventsRequest)Lists events for a specified participant that occurred during a specified stage session.default CompletableFuture<ListParticipantEventsResponse>IvsRealTimeAsyncClient. listParticipantEvents(ListParticipantEventsRequest listParticipantEventsRequest)Lists events for a specified participant that occurred during a specified stage session. -
Uses of ListParticipantEventsResponse in software.amazon.awssdk.services.ivsrealtime.paginators
Methods in software.amazon.awssdk.services.ivsrealtime.paginators that return types with arguments of type ListParticipantEventsResponse Modifier and Type Method Description Iterator<ListParticipantEventsResponse>ListParticipantEventsIterable. iterator()Method parameters in software.amazon.awssdk.services.ivsrealtime.paginators with type arguments of type ListParticipantEventsResponse Modifier and Type Method Description voidListParticipantEventsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListParticipantEventsResponse> subscriber)
-