Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.ParticipantState
-
Packages that use ParticipantState Package Description software.amazon.awssdk.services.ivsrealtime.model -
-
Uses of ParticipantState in software.amazon.awssdk.services.ivsrealtime.model
Methods in software.amazon.awssdk.services.ivsrealtime.model that return ParticipantState Modifier and Type Method Description ParticipantStateListParticipantsRequest. filterByState()Filters the response list to only show participants in the specified state.static ParticipantStateParticipantState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ParticipantStateParticipant. state()Whether the participant is connected to or disconnected from the stage.ParticipantStateParticipantSummary. state()Whether the participant is connected to or disconnected from the stage.static ParticipantStateParticipantState. 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.Methods in software.amazon.awssdk.services.ivsrealtime.model that return types with arguments of type ParticipantState Modifier and Type Method Description static Set<ParticipantState>ParticipantState. knownValues()Methods in software.amazon.awssdk.services.ivsrealtime.model with parameters of type ParticipantState Modifier and Type Method Description ListParticipantsRequest.BuilderListParticipantsRequest.Builder. filterByState(ParticipantState filterByState)Filters the response list to only show participants in the specified state.Participant.BuilderParticipant.Builder. state(ParticipantState state)Whether the participant is connected to or disconnected from the stage.ParticipantSummary.BuilderParticipantSummary.Builder. state(ParticipantState state)Whether the participant is connected to or disconnected from the stage.
-