Uses of Class
software.amazon.awssdk.services.mediaconvert.model.Input
-
Packages that use Input Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of Input in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type Input Modifier and Type Method Description List<Input>JobSettings. inputs()Use Inputs to define source file used in the transcode job.Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type Input Modifier and Type Method Description JobSettings.BuilderJobSettings.Builder. inputs(Input... inputs)Use Inputs to define source file used in the transcode job.Method parameters in software.amazon.awssdk.services.mediaconvert.model with type arguments of type Input Modifier and Type Method Description JobSettings.BuilderJobSettings.Builder. inputs(Collection<Input> inputs)Use Inputs to define source file used in the transcode job.
-