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