Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.ParticipantRecordingFilterByRecordingState
-
Packages that use ParticipantRecordingFilterByRecordingState Package Description software.amazon.awssdk.services.ivsrealtime.model -
-
Uses of ParticipantRecordingFilterByRecordingState in software.amazon.awssdk.services.ivsrealtime.model
Methods in software.amazon.awssdk.services.ivsrealtime.model that return ParticipantRecordingFilterByRecordingState Modifier and Type Method Description ParticipantRecordingFilterByRecordingStateListParticipantsRequest. filterByRecordingState()Filters the response list to only show participants with the specified recording state.static ParticipantRecordingFilterByRecordingStateParticipantRecordingFilterByRecordingState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ParticipantRecordingFilterByRecordingStateParticipantRecordingFilterByRecordingState. valueOf(String name)Returns the enum constant of this type with the specified name.static ParticipantRecordingFilterByRecordingState[]ParticipantRecordingFilterByRecordingState. 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 ParticipantRecordingFilterByRecordingState Modifier and Type Method Description static Set<ParticipantRecordingFilterByRecordingState>ParticipantRecordingFilterByRecordingState. knownValues()Methods in software.amazon.awssdk.services.ivsrealtime.model with parameters of type ParticipantRecordingFilterByRecordingState Modifier and Type Method Description ListParticipantsRequest.BuilderListParticipantsRequest.Builder. filterByRecordingState(ParticipantRecordingFilterByRecordingState filterByRecordingState)Filters the response list to only show participants with the specified recording state.
-