Uses of Class
software.amazon.awssdk.services.ivs.model.RecordingMode
-
Packages that use RecordingMode Package Description software.amazon.awssdk.services.ivs.model -
-
Uses of RecordingMode in software.amazon.awssdk.services.ivs.model
Methods in software.amazon.awssdk.services.ivs.model that return RecordingMode Modifier and Type Method Description static RecordingModeRecordingMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RecordingModeThumbnailConfiguration. recordingMode()Thumbnail recording mode.static RecordingModeRecordingMode. valueOf(String name)Returns the enum constant of this type with the specified name.static RecordingMode[]RecordingMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ivs.model that return types with arguments of type RecordingMode Modifier and Type Method Description static Set<RecordingMode>RecordingMode. knownValues()Methods in software.amazon.awssdk.services.ivs.model with parameters of type RecordingMode Modifier and Type Method Description ThumbnailConfiguration.BuilderThumbnailConfiguration.Builder. recordingMode(RecordingMode recordingMode)Thumbnail recording mode.
-