| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivsrealtime.model |
| Modifier and Type | Method and Description |
|---|---|
static ListParticipantsResponse.Builder |
ListParticipantsResponse.builder() |
ListParticipantsResponse.Builder |
ListParticipantsResponse.Builder.nextToken(String nextToken)
If there are more rooms than
maxResults, use nextToken in the request to get the
next set. |
ListParticipantsResponse.Builder |
ListParticipantsResponse.Builder.participants(Collection<ParticipantSummary> participants)
List of the matching participants (summary information only).
|
ListParticipantsResponse.Builder |
ListParticipantsResponse.Builder.participants(Consumer<ParticipantSummary.Builder>... participants)
List of the matching participants (summary information only).
|
ListParticipantsResponse.Builder |
ListParticipantsResponse.Builder.participants(ParticipantSummary... participants)
List of the matching participants (summary information only).
|
ListParticipantsResponse.Builder |
ListParticipantsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListParticipantsResponse.Builder> |
ListParticipantsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.