Uses of Class
software.amazon.awssdk.services.chimesdkmediapipelines.model.RecordingFileFormat
-
Packages that use RecordingFileFormat Package Description software.amazon.awssdk.services.chimesdkmediapipelines.model -
-
Uses of RecordingFileFormat in software.amazon.awssdk.services.chimesdkmediapipelines.model
Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model that return RecordingFileFormat Modifier and Type Method Description static RecordingFileFormatRecordingFileFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RecordingFileFormatS3RecordingSinkConfiguration. recordingFileFormat()The default file format for the media files sent to the Amazon S3 bucket.RecordingFileFormatS3RecordingSinkRuntimeConfiguration. recordingFileFormat()The file format for the media files sent to the Amazon S3 bucket.static RecordingFileFormatRecordingFileFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static RecordingFileFormat[]RecordingFileFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model that return types with arguments of type RecordingFileFormat Modifier and Type Method Description static Set<RecordingFileFormat>RecordingFileFormat. knownValues()Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model with parameters of type RecordingFileFormat Modifier and Type Method Description S3RecordingSinkConfiguration.BuilderS3RecordingSinkConfiguration.Builder. recordingFileFormat(RecordingFileFormat recordingFileFormat)The default file format for the media files sent to the Amazon S3 bucket.S3RecordingSinkRuntimeConfiguration.BuilderS3RecordingSinkRuntimeConfiguration.Builder. recordingFileFormat(RecordingFileFormat recordingFileFormat)The file format for the media files sent to the Amazon S3 bucket.
-