Uses of Class
software.amazon.awssdk.services.medialive.model.TimecodeConfigSource
-
Packages that use TimecodeConfigSource Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of TimecodeConfigSource in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return TimecodeConfigSource Modifier and Type Method Description static TimecodeConfigSourceTimecodeConfigSource. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TimecodeConfigSourceTimecodeConfig. source()Identifies the source for the timecode that will be associated with the events outputs.static TimecodeConfigSourceTimecodeConfigSource. valueOf(String name)Returns the enum constant of this type with the specified name.static TimecodeConfigSource[]TimecodeConfigSource. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type TimecodeConfigSource Modifier and Type Method Description static Set<TimecodeConfigSource>TimecodeConfigSource. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type TimecodeConfigSource Modifier and Type Method Description TimecodeConfig.BuilderTimecodeConfig.Builder. source(TimecodeConfigSource source)Identifies the source for the timecode that will be associated with the events outputs.
-