| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivsrealtime.model |
| Modifier and Type | Method and Description |
|---|---|
ParticipantState |
ListParticipantsRequest.filterByState()
Filters the response list to only show participants in the specified state.
|
static ParticipantState |
ParticipantState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ParticipantState |
Participant.state()
Whether the participant is connected to or disconnected from the stage.
|
ParticipantState |
ParticipantSummary.state()
Whether the participant is connected to or disconnected from the stage.
|
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 |
|---|---|
static Set<ParticipantState> |
ParticipantState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListParticipantsRequest.Builder |
ListParticipantsRequest.Builder.filterByState(ParticipantState filterByState)
Filters the response list to only show participants in the specified state.
|
Participant.Builder |
Participant.Builder.state(ParticipantState state)
Whether the participant is connected to or disconnected from the stage.
|
ParticipantSummary.Builder |
ParticipantSummary.Builder.state(ParticipantState state)
Whether the participant is connected to or disconnected from the stage.
|
Copyright © 2023. All rights reserved.