Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.ParticipantRecordingMediaType
-
Packages that use ParticipantRecordingMediaType Package Description software.amazon.awssdk.services.ivsrealtime.model -
-
Uses of ParticipantRecordingMediaType in software.amazon.awssdk.services.ivsrealtime.model
Methods in software.amazon.awssdk.services.ivsrealtime.model that return ParticipantRecordingMediaType Modifier and Type Method Description static ParticipantRecordingMediaTypeParticipantRecordingMediaType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ParticipantRecordingMediaTypeParticipantRecordingMediaType. valueOf(String name)Returns the enum constant of this type with the specified name.static ParticipantRecordingMediaType[]ParticipantRecordingMediaType. 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 ParticipantRecordingMediaType Modifier and Type Method Description static Set<ParticipantRecordingMediaType>ParticipantRecordingMediaType. knownValues()List<ParticipantRecordingMediaType>AutoParticipantRecordingConfiguration. mediaTypes()Types of media to be recorded.Methods in software.amazon.awssdk.services.ivsrealtime.model with parameters of type ParticipantRecordingMediaType Modifier and Type Method Description AutoParticipantRecordingConfiguration.BuilderAutoParticipantRecordingConfiguration.Builder. mediaTypes(ParticipantRecordingMediaType... mediaTypes)Types of media to be recorded.Method parameters in software.amazon.awssdk.services.ivsrealtime.model with type arguments of type ParticipantRecordingMediaType Modifier and Type Method Description AutoParticipantRecordingConfiguration.BuilderAutoParticipantRecordingConfiguration.Builder. mediaTypes(Collection<ParticipantRecordingMediaType> mediaTypes)Types of media to be recorded.
-