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