| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivsrealtime |
Introduction
|
| software.amazon.awssdk.services.ivsrealtime.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListParticipantEventsResponse |
IvsRealTimeClient.listParticipantEvents(Consumer<ListParticipantEventsRequest.Builder> listParticipantEventsRequest)
Lists events for a specified participant that occurred during a specified stage session.
|
default ListParticipantEventsResponse |
IvsRealTimeClient.listParticipantEvents(ListParticipantEventsRequest listParticipantEventsRequest)
Lists events for a specified participant that occurred during a specified stage session.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListParticipantEventsResponse> |
ListParticipantEventsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListParticipantEventsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListParticipantEventsResponse> subscriber) |
Copyright © 2023. All rights reserved.