| 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 ListParticipantEventsResponse |
IvsRealTimeClient.listParticipantEvents(ListParticipantEventsRequest 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.
|
default ListParticipantEventsIterable |
IvsRealTimeClient.listParticipantEventsPaginator(ListParticipantEventsRequest listParticipantEventsRequest)
Lists events for a specified participant that occurred during a specified stage session.
|
default ListParticipantEventsPublisher |
IvsRealTimeAsyncClient.listParticipantEventsPaginator(ListParticipantEventsRequest listParticipantEventsRequest)
Lists events for a specified participant that occurred during a specified stage session.
|
| Constructor and Description |
|---|
ListParticipantEventsIterable(IvsRealTimeClient client,
ListParticipantEventsRequest firstRequest) |
ListParticipantEventsPublisher(IvsRealTimeAsyncClient client,
ListParticipantEventsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListParticipantEventsRequestMarshaller.marshall(ListParticipantEventsRequest listParticipantEventsRequest) |
Copyright © 2023. All rights reserved.