| Package | Description |
|---|---|
| com.amazonaws.services.ivsrealtime |
Introduction
|
| com.amazonaws.services.ivsrealtime.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListParticipantsResult> |
AmazonIVSRealTimeAsyncClient.listParticipantsAsync(ListParticipantsRequest request,
AsyncHandler<ListParticipantsRequest,ListParticipantsResult> asyncHandler) |
Future<ListParticipantsResult> |
AbstractAmazonIVSRealTimeAsync.listParticipantsAsync(ListParticipantsRequest request,
AsyncHandler<ListParticipantsRequest,ListParticipantsResult> asyncHandler) |
Future<ListParticipantsResult> |
AmazonIVSRealTimeAsync.listParticipantsAsync(ListParticipantsRequest listParticipantsRequest,
AsyncHandler<ListParticipantsRequest,ListParticipantsResult> asyncHandler)
Lists all participants in a specified stage session.
|
| Modifier and Type | Method and Description |
|---|---|
ListParticipantsRequest |
ListParticipantsRequest.clone() |
ListParticipantsRequest |
ListParticipantsRequest.withFilterByPublished(Boolean filterByPublished)
Filters the response list to only show participants who published during the stage session.
|
ListParticipantsRequest |
ListParticipantsRequest.withFilterByState(ParticipantState filterByState)
Filters the response list to only show participants in the specified state.
|
ListParticipantsRequest |
ListParticipantsRequest.withFilterByState(String filterByState)
Filters the response list to only show participants in the specified state.
|
ListParticipantsRequest |
ListParticipantsRequest.withFilterByUserId(String filterByUserId)
Filters the response list to match the specified user ID.
|
ListParticipantsRequest |
ListParticipantsRequest.withMaxResults(Integer maxResults)
Maximum number of results to return.
|
ListParticipantsRequest |
ListParticipantsRequest.withNextToken(String nextToken)
The first participant to retrieve.
|
ListParticipantsRequest |
ListParticipantsRequest.withSessionId(String sessionId)
ID of the session within the stage.
|
ListParticipantsRequest |
ListParticipantsRequest.withStageArn(String stageArn)
Stage ARN.
|
Copyright © 2024. All rights reserved.