Uses of Class
com.oracle.bmc.mediaservices.responses.AddMediaWorkflowConfigurationLockResponse
-
Packages that use AddMediaWorkflowConfigurationLockResponse Package Description com.oracle.bmc.mediaservices com.oracle.bmc.mediaservices.responses -
-
Uses of AddMediaWorkflowConfigurationLockResponse in com.oracle.bmc.mediaservices
Methods in com.oracle.bmc.mediaservices that return AddMediaWorkflowConfigurationLockResponse Modifier and Type Method Description AddMediaWorkflowConfigurationLockResponse
MediaServices. addMediaWorkflowConfigurationLock(AddMediaWorkflowConfigurationLockRequest request)
Add a lock to a MediaWorkflowConfiguration.AddMediaWorkflowConfigurationLockResponse
MediaServicesClient. addMediaWorkflowConfigurationLock(AddMediaWorkflowConfigurationLockRequest request)
Methods in com.oracle.bmc.mediaservices that return types with arguments of type AddMediaWorkflowConfigurationLockResponse Modifier and Type Method Description Future<AddMediaWorkflowConfigurationLockResponse>
MediaServicesAsync. addMediaWorkflowConfigurationLock(AddMediaWorkflowConfigurationLockRequest request, AsyncHandler<AddMediaWorkflowConfigurationLockRequest,AddMediaWorkflowConfigurationLockResponse> handler)
Add a lock to a MediaWorkflowConfiguration.Future<AddMediaWorkflowConfigurationLockResponse>
MediaServicesAsyncClient. addMediaWorkflowConfigurationLock(AddMediaWorkflowConfigurationLockRequest request, AsyncHandler<AddMediaWorkflowConfigurationLockRequest,AddMediaWorkflowConfigurationLockResponse> handler)
Method parameters in com.oracle.bmc.mediaservices with type arguments of type AddMediaWorkflowConfigurationLockResponse Modifier and Type Method Description Future<AddMediaWorkflowConfigurationLockResponse>
MediaServicesAsync. addMediaWorkflowConfigurationLock(AddMediaWorkflowConfigurationLockRequest request, AsyncHandler<AddMediaWorkflowConfigurationLockRequest,AddMediaWorkflowConfigurationLockResponse> handler)
Add a lock to a MediaWorkflowConfiguration.Future<AddMediaWorkflowConfigurationLockResponse>
MediaServicesAsyncClient. addMediaWorkflowConfigurationLock(AddMediaWorkflowConfigurationLockRequest request, AsyncHandler<AddMediaWorkflowConfigurationLockRequest,AddMediaWorkflowConfigurationLockResponse> handler)
-
Uses of AddMediaWorkflowConfigurationLockResponse in com.oracle.bmc.mediaservices.responses
Methods in com.oracle.bmc.mediaservices.responses that return AddMediaWorkflowConfigurationLockResponse Modifier and Type Method Description AddMediaWorkflowConfigurationLockResponse
AddMediaWorkflowConfigurationLockResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.mediaservices.responses with parameters of type AddMediaWorkflowConfigurationLockResponse Modifier and Type Method Description AddMediaWorkflowConfigurationLockResponse.Builder
AddMediaWorkflowConfigurationLockResponse.Builder. copy(AddMediaWorkflowConfigurationLockResponse o)
Copy method to populate the builder with values from the given instance.
-