Uses of Class
software.amazon.awssdk.services.elastictranscoder.model.JobInput
-
Packages that use JobInput Package Description software.amazon.awssdk.services.elastictranscoder.model -
-
Uses of JobInput in software.amazon.awssdk.services.elastictranscoder.model
Methods in software.amazon.awssdk.services.elastictranscoder.model that return JobInput Modifier and Type Method Description JobInputCreateJobRequest. input()A section of the request body that provides information about the file that is being transcoded.JobInputJob. input()A section of the request or response body that provides information about the file that is being transcoded.Methods in software.amazon.awssdk.services.elastictranscoder.model that return types with arguments of type JobInput Modifier and Type Method Description List<JobInput>CreateJobRequest. inputs()A section of the request body that provides information about the files that are being transcoded.List<JobInput>Job. inputs()Information about the files that you're transcoding.Methods in software.amazon.awssdk.services.elastictranscoder.model with parameters of type JobInput Modifier and Type Method Description CreateJobRequest.BuilderCreateJobRequest.Builder. input(JobInput input)A section of the request body that provides information about the file that is being transcoded.Job.BuilderJob.Builder. input(JobInput input)A section of the request or response body that provides information about the file that is being transcoded.CreateJobRequest.BuilderCreateJobRequest.Builder. inputs(JobInput... inputs)A section of the request body that provides information about the files that are being transcoded.Job.BuilderJob.Builder. inputs(JobInput... inputs)Information about the files that you're transcoding.Method parameters in software.amazon.awssdk.services.elastictranscoder.model with type arguments of type JobInput Modifier and Type Method Description CreateJobRequest.BuilderCreateJobRequest.Builder. inputs(Collection<JobInput> inputs)A section of the request body that provides information about the files that are being transcoded.Job.BuilderJob.Builder. inputs(Collection<JobInput> inputs)Information about the files that you're transcoding.
-