Uses of Class
com.oracle.bmc.mediaservices.requests.UpdateMediaWorkflowJobRequest
-
Packages that use UpdateMediaWorkflowJobRequest Package Description com.oracle.bmc.mediaservices com.oracle.bmc.mediaservices.requests -
-
Uses of UpdateMediaWorkflowJobRequest in com.oracle.bmc.mediaservices
Methods in com.oracle.bmc.mediaservices with parameters of type UpdateMediaWorkflowJobRequest Modifier and Type Method Description UpdateMediaWorkflowJobResponse
MediaServices. updateMediaWorkflowJob(UpdateMediaWorkflowJobRequest request)
Updates the MediaWorkflowJob.Future<UpdateMediaWorkflowJobResponse>
MediaServicesAsync. updateMediaWorkflowJob(UpdateMediaWorkflowJobRequest request, AsyncHandler<UpdateMediaWorkflowJobRequest,UpdateMediaWorkflowJobResponse> handler)
Updates the MediaWorkflowJob.Future<UpdateMediaWorkflowJobResponse>
MediaServicesAsyncClient. updateMediaWorkflowJob(UpdateMediaWorkflowJobRequest request, AsyncHandler<UpdateMediaWorkflowJobRequest,UpdateMediaWorkflowJobResponse> handler)
UpdateMediaWorkflowJobResponse
MediaServicesClient. updateMediaWorkflowJob(UpdateMediaWorkflowJobRequest request)
Method parameters in com.oracle.bmc.mediaservices with type arguments of type UpdateMediaWorkflowJobRequest Modifier and Type Method Description Future<UpdateMediaWorkflowJobResponse>
MediaServicesAsync. updateMediaWorkflowJob(UpdateMediaWorkflowJobRequest request, AsyncHandler<UpdateMediaWorkflowJobRequest,UpdateMediaWorkflowJobResponse> handler)
Updates the MediaWorkflowJob.Future<UpdateMediaWorkflowJobResponse>
MediaServicesAsyncClient. updateMediaWorkflowJob(UpdateMediaWorkflowJobRequest request, AsyncHandler<UpdateMediaWorkflowJobRequest,UpdateMediaWorkflowJobResponse> handler)
-
Uses of UpdateMediaWorkflowJobRequest in com.oracle.bmc.mediaservices.requests
Methods in com.oracle.bmc.mediaservices.requests that return UpdateMediaWorkflowJobRequest Modifier and Type Method Description UpdateMediaWorkflowJobRequest
UpdateMediaWorkflowJobRequest.Builder. build()
Build the instance of UpdateMediaWorkflowJobRequest as configured by this builderUpdateMediaWorkflowJobRequest
UpdateMediaWorkflowJobRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateMediaWorkflowJobRequest as configured by this builderMethods in com.oracle.bmc.mediaservices.requests with parameters of type UpdateMediaWorkflowJobRequest Modifier and Type Method Description UpdateMediaWorkflowJobRequest.Builder
UpdateMediaWorkflowJobRequest.Builder. copy(UpdateMediaWorkflowJobRequest o)
Copy method to populate the builder with values from the given instance.
-