| Package | Description |
|---|---|
| com.amazonaws.services.ivsrealtime |
Introduction
|
| com.amazonaws.services.ivsrealtime.model |
| Modifier and Type | Method and Description |
|---|---|
ListParticipantEventsResult |
AmazonIVSRealTimeClient.listParticipantEvents(ListParticipantEventsRequest request)
Lists events for a specified participant that occurred during a specified stage session.
|
ListParticipantEventsResult |
AbstractAmazonIVSRealTime.listParticipantEvents(ListParticipantEventsRequest request) |
ListParticipantEventsResult |
AmazonIVSRealTime.listParticipantEvents(ListParticipantEventsRequest listParticipantEventsRequest)
Lists events for a specified participant that occurred during a specified stage session.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListParticipantEventsResult> |
AmazonIVSRealTimeAsyncClient.listParticipantEventsAsync(ListParticipantEventsRequest request,
AsyncHandler<ListParticipantEventsRequest,ListParticipantEventsResult> asyncHandler) |
Future<ListParticipantEventsResult> |
AbstractAmazonIVSRealTimeAsync.listParticipantEventsAsync(ListParticipantEventsRequest request,
AsyncHandler<ListParticipantEventsRequest,ListParticipantEventsResult> asyncHandler) |
Future<ListParticipantEventsResult> |
AmazonIVSRealTimeAsync.listParticipantEventsAsync(ListParticipantEventsRequest listParticipantEventsRequest,
AsyncHandler<ListParticipantEventsRequest,ListParticipantEventsResult> asyncHandler)
Lists events for a specified participant that occurred during a specified stage session.
|
| Modifier and Type | Method and Description |
|---|---|
ListParticipantEventsResult |
ListParticipantEventsResult.clone() |
ListParticipantEventsResult |
ListParticipantEventsResult.withEvents(Collection<Event> events)
List of the matching events.
|
ListParticipantEventsResult |
ListParticipantEventsResult.withEvents(Event... events)
List of the matching events.
|
ListParticipantEventsResult |
ListParticipantEventsResult.withNextToken(String nextToken)
If there are more events than
maxResults, use nextToken in the request to get the next
set. |
Copyright © 2024. All rights reserved.