Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.ParticipantProtocol
-
Packages that use ParticipantProtocol Package Description software.amazon.awssdk.services.ivsrealtime.model -
-
Uses of ParticipantProtocol in software.amazon.awssdk.services.ivsrealtime.model
Methods in software.amazon.awssdk.services.ivsrealtime.model that return ParticipantProtocol Modifier and Type Method Description static ParticipantProtocolParticipantProtocol. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ParticipantProtocolParticipant. protocol()Type of ingest protocol that the participant employs for broadcasting.static ParticipantProtocolParticipantProtocol. valueOf(String name)Returns the enum constant of this type with the specified name.static ParticipantProtocol[]ParticipantProtocol. 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 ParticipantProtocol Modifier and Type Method Description static Set<ParticipantProtocol>ParticipantProtocol. knownValues()Methods in software.amazon.awssdk.services.ivsrealtime.model with parameters of type ParticipantProtocol Modifier and Type Method Description Participant.BuilderParticipant.Builder. protocol(ParticipantProtocol protocol)Type of ingest protocol that the participant employs for broadcasting.
-