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