Uses of Class
com.oracle.bmc.mediaservices.model.JobOutput
-
Packages that use JobOutput Package Description com.oracle.bmc.mediaservices.model -
-
Uses of JobOutput in com.oracle.bmc.mediaservices.model
Methods in com.oracle.bmc.mediaservices.model that return JobOutput Modifier and Type Method Description JobOutput
JobOutput.Builder. build()
Methods in com.oracle.bmc.mediaservices.model that return types with arguments of type JobOutput Modifier and Type Method Description List<JobOutput>
MediaWorkflowJob. getOutputs()
A list of JobOutput for the workflowJob.Methods in com.oracle.bmc.mediaservices.model with parameters of type JobOutput Modifier and Type Method Description JobOutput.Builder
JobOutput.Builder. copy(JobOutput model)
Method parameters in com.oracle.bmc.mediaservices.model with type arguments of type JobOutput Modifier and Type Method Description MediaWorkflowJob.Builder
MediaWorkflowJob.Builder. outputs(List<JobOutput> outputs)
A list of JobOutput for the workflowJob.
-