| Package | Description |
|---|---|
| com.amazonaws.services.ivsrealtime.model |
| Modifier and Type | Method and Description |
|---|---|
static ParticipantState |
ParticipantState.fromValue(String value)
Use this in place of valueOf.
|
static ParticipantState |
ParticipantState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParticipantState[] |
ParticipantState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ListParticipantsRequest |
ListParticipantsRequest.withFilterByState(ParticipantState filterByState)
Filters the response list to only show participants in the specified state.
|
ParticipantSummary |
ParticipantSummary.withState(ParticipantState state)
Whether the participant is connected to or disconnected from the stage.
|
Participant |
Participant.withState(ParticipantState state)
Whether the participant is connected to or disconnected from the stage.
|
Copyright © 2023. All rights reserved.