Uses of Class
com.oracle.bmc.mediaservices.requests.AddMediaWorkflowLockRequest
- 
Packages that use AddMediaWorkflowLockRequest Package Description com.oracle.bmc.mediaservices com.oracle.bmc.mediaservices.requests 
- 
- 
Uses of AddMediaWorkflowLockRequest in com.oracle.bmc.mediaservicesMethods in com.oracle.bmc.mediaservices with parameters of type AddMediaWorkflowLockRequest Modifier and Type Method Description AddMediaWorkflowLockResponseMediaServices. addMediaWorkflowLock(AddMediaWorkflowLockRequest request)Add a lock to a MediaWorkflow.Future<AddMediaWorkflowLockResponse>MediaServicesAsync. addMediaWorkflowLock(AddMediaWorkflowLockRequest request, AsyncHandler<AddMediaWorkflowLockRequest,AddMediaWorkflowLockResponse> handler)Add a lock to a MediaWorkflow.Future<AddMediaWorkflowLockResponse>MediaServicesAsyncClient. addMediaWorkflowLock(AddMediaWorkflowLockRequest request, AsyncHandler<AddMediaWorkflowLockRequest,AddMediaWorkflowLockResponse> handler)AddMediaWorkflowLockResponseMediaServicesClient. addMediaWorkflowLock(AddMediaWorkflowLockRequest request)Method parameters in com.oracle.bmc.mediaservices with type arguments of type AddMediaWorkflowLockRequest Modifier and Type Method Description Future<AddMediaWorkflowLockResponse>MediaServicesAsync. addMediaWorkflowLock(AddMediaWorkflowLockRequest request, AsyncHandler<AddMediaWorkflowLockRequest,AddMediaWorkflowLockResponse> handler)Add a lock to a MediaWorkflow.Future<AddMediaWorkflowLockResponse>MediaServicesAsyncClient. addMediaWorkflowLock(AddMediaWorkflowLockRequest request, AsyncHandler<AddMediaWorkflowLockRequest,AddMediaWorkflowLockResponse> handler)
- 
Uses of AddMediaWorkflowLockRequest in com.oracle.bmc.mediaservices.requestsMethods in com.oracle.bmc.mediaservices.requests that return AddMediaWorkflowLockRequest Modifier and Type Method Description AddMediaWorkflowLockRequestAddMediaWorkflowLockRequest.Builder. build()Build the instance of AddMediaWorkflowLockRequest as configured by this builderAddMediaWorkflowLockRequestAddMediaWorkflowLockRequest.Builder. buildWithoutInvocationCallback()Build the instance of AddMediaWorkflowLockRequest as configured by this builderMethods in com.oracle.bmc.mediaservices.requests with parameters of type AddMediaWorkflowLockRequest Modifier and Type Method Description AddMediaWorkflowLockRequest.BuilderAddMediaWorkflowLockRequest.Builder. copy(AddMediaWorkflowLockRequest o)Copy method to populate the builder with values from the given instance.
 
-