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