| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivsrealtime |
Introduction
|
| software.amazon.awssdk.services.ivsrealtime.paginators | |
| software.amazon.awssdk.services.ivsrealtime.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListParticipantsResponse |
IvsRealTimeClient.listParticipants(ListParticipantsRequest listParticipantsRequest)
Lists all participants in a specified stage session.
|
default CompletableFuture<ListParticipantsResponse> |
IvsRealTimeAsyncClient.listParticipants(ListParticipantsRequest listParticipantsRequest)
Lists all participants in a specified stage session.
|
default ListParticipantsIterable |
IvsRealTimeClient.listParticipantsPaginator(ListParticipantsRequest listParticipantsRequest)
Lists all participants in a specified stage session.
|
default ListParticipantsPublisher |
IvsRealTimeAsyncClient.listParticipantsPaginator(ListParticipantsRequest listParticipantsRequest)
Lists all participants in a specified stage session.
|
| Constructor and Description |
|---|
ListParticipantsIterable(IvsRealTimeClient client,
ListParticipantsRequest firstRequest) |
ListParticipantsPublisher(IvsRealTimeAsyncClient client,
ListParticipantsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListParticipantsRequestMarshaller.marshall(ListParticipantsRequest listParticipantsRequest) |
Copyright © 2023. All rights reserved.