| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivsrealtime |
Introduction
|
| software.amazon.awssdk.services.ivsrealtime.model |
| Modifier and Type | Method and Description |
|---|---|
default ListParticipantsResponse |
IvsRealTimeClient.listParticipants(Consumer<ListParticipantsRequest.Builder> listParticipantsRequest)
Lists all participants in a specified stage session.
|
default CompletableFuture<ListParticipantsResponse> |
IvsRealTimeAsyncClient.listParticipants(Consumer<ListParticipantsRequest.Builder> listParticipantsRequest)
Lists all participants in a specified stage session.
|
default ListParticipantsIterable |
IvsRealTimeClient.listParticipantsPaginator(Consumer<ListParticipantsRequest.Builder> listParticipantsRequest)
Lists all participants in a specified stage session.
|
default ListParticipantsPublisher |
IvsRealTimeAsyncClient.listParticipantsPaginator(Consumer<ListParticipantsRequest.Builder> listParticipantsRequest)
Lists all participants in a specified stage session.
|
| Modifier and Type | Method and Description |
|---|---|
static ListParticipantsRequest.Builder |
ListParticipantsRequest.builder() |
ListParticipantsRequest.Builder |
ListParticipantsRequest.Builder.filterByPublished(Boolean filterByPublished)
Filters the response list to only show participants who published during the stage session.
|
ListParticipantsRequest.Builder |
ListParticipantsRequest.Builder.filterByState(ParticipantState filterByState)
Filters the response list to only show participants in the specified state.
|
ListParticipantsRequest.Builder |
ListParticipantsRequest.Builder.filterByState(String filterByState)
Filters the response list to only show participants in the specified state.
|
ListParticipantsRequest.Builder |
ListParticipantsRequest.Builder.filterByUserId(String filterByUserId)
Filters the response list to match the specified user ID.
|
ListParticipantsRequest.Builder |
ListParticipantsRequest.Builder.maxResults(Integer maxResults)
Maximum number of results to return.
|
ListParticipantsRequest.Builder |
ListParticipantsRequest.Builder.nextToken(String nextToken)
The first participant to retrieve.
|
ListParticipantsRequest.Builder |
ListParticipantsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListParticipantsRequest.Builder |
ListParticipantsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListParticipantsRequest.Builder |
ListParticipantsRequest.Builder.sessionId(String sessionId)
ID of the session within the stage.
|
ListParticipantsRequest.Builder |
ListParticipantsRequest.Builder.stageArn(String stageArn)
Stage ARN.
|
ListParticipantsRequest.Builder |
ListParticipantsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListParticipantsRequest.Builder> |
ListParticipantsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.