| Package | Description |
|---|---|
| com.amazonaws.services.ivsrealtime |
Introduction
|
| com.amazonaws.services.ivsrealtime.model |
| 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 |
|---|---|
ListParticipantEventsRequest |
ListParticipantEventsRequest.clone() |
ListParticipantEventsRequest |
ListParticipantEventsRequest.withMaxResults(Integer maxResults)
Maximum number of results to return.
|
ListParticipantEventsRequest |
ListParticipantEventsRequest.withNextToken(String nextToken)
The first participant event to retrieve.
|
ListParticipantEventsRequest |
ListParticipantEventsRequest.withParticipantId(String participantId)
Unique identifier for this participant.
|
ListParticipantEventsRequest |
ListParticipantEventsRequest.withSessionId(String sessionId)
ID of a session within the stage.
|
ListParticipantEventsRequest |
ListParticipantEventsRequest.withStageArn(String stageArn)
Stage ARN.
|
Copyright © 2024. All rights reserved.