Uses of Class
com.oracle.bmc.mediaservices.requests.RemoveMediaWorkflowConfigurationLockRequest
-
Packages that use RemoveMediaWorkflowConfigurationLockRequest Package Description com.oracle.bmc.mediaservices com.oracle.bmc.mediaservices.requests -
-
Uses of RemoveMediaWorkflowConfigurationLockRequest in com.oracle.bmc.mediaservices
Method parameters in com.oracle.bmc.mediaservices with type arguments of type RemoveMediaWorkflowConfigurationLockRequest Modifier and Type Method Description Future<RemoveMediaWorkflowConfigurationLockResponse>
MediaServicesAsync. removeMediaWorkflowConfigurationLock(RemoveMediaWorkflowConfigurationLockRequest request, AsyncHandler<RemoveMediaWorkflowConfigurationLockRequest,RemoveMediaWorkflowConfigurationLockResponse> handler)
Remove a lock from a MediaWorkflowConfiguration.Future<RemoveMediaWorkflowConfigurationLockResponse>
MediaServicesAsyncClient. removeMediaWorkflowConfigurationLock(RemoveMediaWorkflowConfigurationLockRequest request, AsyncHandler<RemoveMediaWorkflowConfigurationLockRequest,RemoveMediaWorkflowConfigurationLockResponse> handler)
-
Uses of RemoveMediaWorkflowConfigurationLockRequest in com.oracle.bmc.mediaservices.requests
Methods in com.oracle.bmc.mediaservices.requests that return RemoveMediaWorkflowConfigurationLockRequest Modifier and Type Method Description RemoveMediaWorkflowConfigurationLockRequest
RemoveMediaWorkflowConfigurationLockRequest.Builder. build()
Build the instance of RemoveMediaWorkflowConfigurationLockRequest as configured by this builderRemoveMediaWorkflowConfigurationLockRequest
RemoveMediaWorkflowConfigurationLockRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RemoveMediaWorkflowConfigurationLockRequest as configured by this builderMethods in com.oracle.bmc.mediaservices.requests with parameters of type RemoveMediaWorkflowConfigurationLockRequest Modifier and Type Method Description RemoveMediaWorkflowConfigurationLockRequest.Builder
RemoveMediaWorkflowConfigurationLockRequest.Builder. copy(RemoveMediaWorkflowConfigurationLockRequest o)
Copy method to populate the builder with values from the given instance.
-