Uses of Class
com.oracle.bmc.mediaservices.requests.AddStreamDistributionChannelLockRequest
-
Packages that use AddStreamDistributionChannelLockRequest Package Description com.oracle.bmc.mediaservices com.oracle.bmc.mediaservices.requests -
-
Uses of AddStreamDistributionChannelLockRequest in com.oracle.bmc.mediaservices
Method parameters in com.oracle.bmc.mediaservices with type arguments of type AddStreamDistributionChannelLockRequest 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 AddStreamDistributionChannelLockRequest in com.oracle.bmc.mediaservices.requests
Methods in com.oracle.bmc.mediaservices.requests that return AddStreamDistributionChannelLockRequest Modifier and Type Method Description AddStreamDistributionChannelLockRequest
AddStreamDistributionChannelLockRequest.Builder. build()
Build the instance of AddStreamDistributionChannelLockRequest as configured by this builderAddStreamDistributionChannelLockRequest
AddStreamDistributionChannelLockRequest.Builder. buildWithoutInvocationCallback()
Build the instance of AddStreamDistributionChannelLockRequest as configured by this builderMethods in com.oracle.bmc.mediaservices.requests with parameters of type AddStreamDistributionChannelLockRequest Modifier and Type Method Description AddStreamDistributionChannelLockRequest.Builder
AddStreamDistributionChannelLockRequest.Builder. copy(AddStreamDistributionChannelLockRequest o)
Copy method to populate the builder with values from the given instance.
-