Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.ListParticipantsResponse
-
Packages that use ListParticipantsResponse Package Description software.amazon.awssdk.services.ivsrealtime Introductionsoftware.amazon.awssdk.services.ivsrealtime.paginators -
-
Uses of ListParticipantsResponse in software.amazon.awssdk.services.ivsrealtime
Methods in software.amazon.awssdk.services.ivsrealtime that return ListParticipantsResponse Modifier and Type Method Description default ListParticipantsResponseIvsRealTimeClient. listParticipants(Consumer<ListParticipantsRequest.Builder> listParticipantsRequest)Lists all participants in a specified stage session.default ListParticipantsResponseIvsRealTimeClient. listParticipants(ListParticipantsRequest listParticipantsRequest)Lists all participants in a specified stage session.Methods in software.amazon.awssdk.services.ivsrealtime that return types with arguments of type ListParticipantsResponse Modifier and Type Method Description default CompletableFuture<ListParticipantsResponse>IvsRealTimeAsyncClient. listParticipants(Consumer<ListParticipantsRequest.Builder> listParticipantsRequest)Lists all participants in a specified stage session.default CompletableFuture<ListParticipantsResponse>IvsRealTimeAsyncClient. listParticipants(ListParticipantsRequest listParticipantsRequest)Lists all participants in a specified stage session. -
Uses of ListParticipantsResponse in software.amazon.awssdk.services.ivsrealtime.paginators
Methods in software.amazon.awssdk.services.ivsrealtime.paginators that return types with arguments of type ListParticipantsResponse Modifier and Type Method Description Iterator<ListParticipantsResponse>ListParticipantsIterable. iterator()Method parameters in software.amazon.awssdk.services.ivsrealtime.paginators with type arguments of type ListParticipantsResponse Modifier and Type Method Description voidListParticipantsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListParticipantsResponse> subscriber)
-