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