Uses of Class
com.oracle.bmc.mediaservices.responses.CreateMediaWorkflowJobResponse
- 
Packages that use CreateMediaWorkflowJobResponse Package Description com.oracle.bmc.mediaservices com.oracle.bmc.mediaservices.responses 
- 
- 
Uses of CreateMediaWorkflowJobResponse in com.oracle.bmc.mediaservicesMethods in com.oracle.bmc.mediaservices that return CreateMediaWorkflowJobResponse Modifier and Type Method Description CreateMediaWorkflowJobResponseMediaServices. createMediaWorkflowJob(CreateMediaWorkflowJobRequest request)Run the MediaWorkflow according to the given mediaWorkflow definition and configuration.CreateMediaWorkflowJobResponseMediaServicesClient. createMediaWorkflowJob(CreateMediaWorkflowJobRequest request)Methods in com.oracle.bmc.mediaservices that return types with arguments of type CreateMediaWorkflowJobResponse Modifier and Type Method Description Future<CreateMediaWorkflowJobResponse>MediaServicesAsync. createMediaWorkflowJob(CreateMediaWorkflowJobRequest request, AsyncHandler<CreateMediaWorkflowJobRequest,CreateMediaWorkflowJobResponse> handler)Run the MediaWorkflow according to the given mediaWorkflow definition and configuration.Future<CreateMediaWorkflowJobResponse>MediaServicesAsyncClient. createMediaWorkflowJob(CreateMediaWorkflowJobRequest request, AsyncHandler<CreateMediaWorkflowJobRequest,CreateMediaWorkflowJobResponse> handler)Method parameters in com.oracle.bmc.mediaservices with type arguments of type CreateMediaWorkflowJobResponse Modifier and Type Method Description Future<CreateMediaWorkflowJobResponse>MediaServicesAsync. createMediaWorkflowJob(CreateMediaWorkflowJobRequest request, AsyncHandler<CreateMediaWorkflowJobRequest,CreateMediaWorkflowJobResponse> handler)Run the MediaWorkflow according to the given mediaWorkflow definition and configuration.Future<CreateMediaWorkflowJobResponse>MediaServicesAsyncClient. createMediaWorkflowJob(CreateMediaWorkflowJobRequest request, AsyncHandler<CreateMediaWorkflowJobRequest,CreateMediaWorkflowJobResponse> handler)
- 
Uses of CreateMediaWorkflowJobResponse in com.oracle.bmc.mediaservices.responsesMethods in com.oracle.bmc.mediaservices.responses that return CreateMediaWorkflowJobResponse Modifier and Type Method Description CreateMediaWorkflowJobResponseCreateMediaWorkflowJobResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.mediaservices.responses with parameters of type CreateMediaWorkflowJobResponse Modifier and Type Method Description CreateMediaWorkflowJobResponse.BuilderCreateMediaWorkflowJobResponse.Builder. copy(CreateMediaWorkflowJobResponse o)Copy method to populate the builder with values from the given instance.
 
-