| Package | Description |
|---|---|
| com.amazonaws.services.ivsrealtime.model |
| Modifier and Type | Method and Description |
|---|---|
Event |
Event.clone() |
Event |
Event.withErrorCode(EventErrorCode errorCode)
If the event is an error event, the error code is provided to give insight into the specific error that occurred.
|
Event |
Event.withErrorCode(String errorCode)
If the event is an error event, the error code is provided to give insight into the specific error that occurred.
|
Event |
Event.withEventTime(Date eventTime)
ISO 8601 timestamp (returned as a string) for when the event occurred.
|
Event |
Event.withName(EventName name)
The name of the event.
|
Event |
Event.withName(String name)
The name of the event.
|
Event |
Event.withParticipantId(String participantId)
Unique identifier for the participant who triggered the event.
|
Event |
Event.withRemoteParticipantId(String remoteParticipantId)
Unique identifier for the remote participant.
|
| Modifier and Type | Method and Description |
|---|---|
List<Event> |
ListParticipantEventsResult.getEvents()
List of the matching events.
|
| Modifier and Type | Method and Description |
|---|---|
ListParticipantEventsResult |
ListParticipantEventsResult.withEvents(Event... events)
List of the matching events.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListParticipantEventsResult.setEvents(Collection<Event> events)
List of the matching events.
|
ListParticipantEventsResult |
ListParticipantEventsResult.withEvents(Collection<Event> events)
List of the matching events.
|
Copyright © 2023. All rights reserved.