Uses of Class
software.amazon.awssdk.services.elastictranscoder.model.CreateJobOutput
-
Packages that use CreateJobOutput Package Description software.amazon.awssdk.services.elastictranscoder.model -
-
Uses of CreateJobOutput in software.amazon.awssdk.services.elastictranscoder.model
Methods in software.amazon.awssdk.services.elastictranscoder.model that return CreateJobOutput Modifier and Type Method Description CreateJobOutputCreateJobRequest. output()A section of the request body that provides information about the transcoded (target) file.Methods in software.amazon.awssdk.services.elastictranscoder.model that return types with arguments of type CreateJobOutput Modifier and Type Method Description List<CreateJobOutput>CreateJobRequest. outputs()A section of the request body that provides information about the transcoded (target) files.Methods in software.amazon.awssdk.services.elastictranscoder.model with parameters of type CreateJobOutput Modifier and Type Method Description CreateJobRequest.BuilderCreateJobRequest.Builder. output(CreateJobOutput output)A section of the request body that provides information about the transcoded (target) file.CreateJobRequest.BuilderCreateJobRequest.Builder. outputs(CreateJobOutput... outputs)A section of the request body that provides information about the transcoded (target) files.Method parameters in software.amazon.awssdk.services.elastictranscoder.model with type arguments of type CreateJobOutput Modifier and Type Method Description CreateJobRequest.BuilderCreateJobRequest.Builder. outputs(Collection<CreateJobOutput> outputs)A section of the request body that provides information about the transcoded (target) files.
-