Uses of Class
com.oracle.bmc.mediaservices.requests.CreateMediaWorkflowJobRequest
-
Packages that use CreateMediaWorkflowJobRequest Package Description com.oracle.bmc.mediaservices com.oracle.bmc.mediaservices.requests -
-
Uses of CreateMediaWorkflowJobRequest in com.oracle.bmc.mediaservices
Methods in com.oracle.bmc.mediaservices with parameters of type CreateMediaWorkflowJobRequest Modifier and Type Method Description CreateMediaWorkflowJobResponse
MediaServices. createMediaWorkflowJob(CreateMediaWorkflowJobRequest request)
Run the MediaWorkflow according to the given mediaWorkflow definition and configuration.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)
CreateMediaWorkflowJobResponse
MediaServicesClient. createMediaWorkflowJob(CreateMediaWorkflowJobRequest request)
Method parameters in com.oracle.bmc.mediaservices with type arguments of type CreateMediaWorkflowJobRequest 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 CreateMediaWorkflowJobRequest in com.oracle.bmc.mediaservices.requests
Methods in com.oracle.bmc.mediaservices.requests that return CreateMediaWorkflowJobRequest Modifier and Type Method Description CreateMediaWorkflowJobRequest
CreateMediaWorkflowJobRequest.Builder. build()
Build the instance of CreateMediaWorkflowJobRequest as configured by this builderCreateMediaWorkflowJobRequest
CreateMediaWorkflowJobRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateMediaWorkflowJobRequest as configured by this builderMethods in com.oracle.bmc.mediaservices.requests with parameters of type CreateMediaWorkflowJobRequest Modifier and Type Method Description CreateMediaWorkflowJobRequest.Builder
CreateMediaWorkflowJobRequest.Builder. copy(CreateMediaWorkflowJobRequest o)
Copy method to populate the builder with values from the given instance.
-