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.mediaservices
Methods in com.oracle.bmc.mediaservices with parameters of type AddMediaWorkflowLockRequest Modifier and Type Method Description AddMediaWorkflowLockResponse
MediaServices. 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)
AddMediaWorkflowLockResponse
MediaServicesClient. 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.requests
Methods in com.oracle.bmc.mediaservices.requests that return AddMediaWorkflowLockRequest Modifier and Type Method Description AddMediaWorkflowLockRequest
AddMediaWorkflowLockRequest.Builder. build()
Build the instance of AddMediaWorkflowLockRequest as configured by this builderAddMediaWorkflowLockRequest
AddMediaWorkflowLockRequest.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.Builder
AddMediaWorkflowLockRequest.Builder. copy(AddMediaWorkflowLockRequest o)
Copy method to populate the builder with values from the given instance.
-