| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivsrealtime |
Introduction
|
| software.amazon.awssdk.services.ivsrealtime.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListParticipantsResponse |
IvsRealTimeClient.listParticipants(Consumer<ListParticipantsRequest.Builder> listParticipantsRequest)
Lists all participants in a specified stage session.
|
default ListParticipantsResponse |
IvsRealTimeClient.listParticipants(ListParticipantsRequest listParticipantsRequest)
Lists all participants in a specified stage session.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListParticipantsResponse> |
ListParticipantsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListParticipantsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListParticipantsResponse> subscriber) |
Copyright © 2023. All rights reserved.