Uses of Class
software.amazon.awssdk.services.elastictranscoder.model.JobOutput
-
Packages that use JobOutput Package Description software.amazon.awssdk.services.elastictranscoder.model -
-
Uses of JobOutput in software.amazon.awssdk.services.elastictranscoder.model
Methods in software.amazon.awssdk.services.elastictranscoder.model that return JobOutput Modifier and Type Method Description JobOutputJob. output()If you specified one output for a job, information about that output.Methods in software.amazon.awssdk.services.elastictranscoder.model that return types with arguments of type JobOutput Modifier and Type Method Description List<JobOutput>Job. outputs()Information about the output files.Methods in software.amazon.awssdk.services.elastictranscoder.model with parameters of type JobOutput Modifier and Type Method Description Job.BuilderJob.Builder. output(JobOutput output)If you specified one output for a job, information about that output.Job.BuilderJob.Builder. outputs(JobOutput... outputs)Information about the output files.Method parameters in software.amazon.awssdk.services.elastictranscoder.model with type arguments of type JobOutput Modifier and Type Method Description Job.BuilderJob.Builder. outputs(Collection<JobOutput> outputs)Information about the output files.
-