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