Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.ParticipantRecordingState
-
Packages that use ParticipantRecordingState Package Description software.amazon.awssdk.services.ivsrealtime.model -
-
Uses of ParticipantRecordingState in software.amazon.awssdk.services.ivsrealtime.model
Methods in software.amazon.awssdk.services.ivsrealtime.model that return ParticipantRecordingState Modifier and Type Method Description static ParticipantRecordingStateParticipantRecordingState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ParticipantRecordingStateParticipant. recordingState()The participant’s recording state.ParticipantRecordingStateParticipantSummary. recordingState()The participant’s recording state.static ParticipantRecordingStateParticipantRecordingState. valueOf(String name)Returns the enum constant of this type with the specified name.static ParticipantRecordingState[]ParticipantRecordingState. 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 ParticipantRecordingState Modifier and Type Method Description static Set<ParticipantRecordingState>ParticipantRecordingState. knownValues()Methods in software.amazon.awssdk.services.ivsrealtime.model with parameters of type ParticipantRecordingState Modifier and Type Method Description Participant.BuilderParticipant.Builder. recordingState(ParticipantRecordingState recordingState)The participant’s recording state.ParticipantSummary.BuilderParticipantSummary.Builder. recordingState(ParticipantRecordingState recordingState)The participant’s recording state.
-