| Package | Description |
|---|---|
| com.amazonaws.services.ivsrealtime |
Introduction
|
| com.amazonaws.services.ivsrealtime.model |
| Modifier and Type | Method and Description |
|---|---|
ListParticipantsResult |
AmazonIVSRealTimeClient.listParticipants(ListParticipantsRequest request)
Lists all participants in a specified stage session.
|
ListParticipantsResult |
AmazonIVSRealTime.listParticipants(ListParticipantsRequest listParticipantsRequest)
Lists all participants in a specified stage session.
|
ListParticipantsResult |
AbstractAmazonIVSRealTime.listParticipants(ListParticipantsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListParticipantsResult> |
AmazonIVSRealTimeAsyncClient.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.
|
Future<ListParticipantsResult> |
AbstractAmazonIVSRealTimeAsync.listParticipantsAsync(ListParticipantsRequest request,
AsyncHandler<ListParticipantsRequest,ListParticipantsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListParticipantsResult |
ListParticipantsResult.clone() |
ListParticipantsResult |
ListParticipantsResult.withNextToken(String nextToken)
If there are more participants than
maxResults, use nextToken in the request to get the
next set. |
ListParticipantsResult |
ListParticipantsResult.withParticipants(Collection<ParticipantSummary> participants)
List of the matching participants (summary information only).
|
ListParticipantsResult |
ListParticipantsResult.withParticipants(ParticipantSummary... participants)
List of the matching participants (summary information only).
|
Copyright © 2024. All rights reserved.