Uses of Class
com.oracle.bmc.datacatalog.requests.AddCatalogLockRequest
-
Packages that use AddCatalogLockRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of AddCatalogLockRequest in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog with parameters of type AddCatalogLockRequest Modifier and Type Method Description AddCatalogLockResponseDataCatalog. addCatalogLock(AddCatalogLockRequest request)Adds a lock to a Catalog resource.Future<AddCatalogLockResponse>DataCatalogAsync. addCatalogLock(AddCatalogLockRequest request, AsyncHandler<AddCatalogLockRequest,AddCatalogLockResponse> handler)Adds a lock to a Catalog resource.Future<AddCatalogLockResponse>DataCatalogAsyncClient. addCatalogLock(AddCatalogLockRequest request, AsyncHandler<AddCatalogLockRequest,AddCatalogLockResponse> handler)AddCatalogLockResponseDataCatalogClient. addCatalogLock(AddCatalogLockRequest request)Method parameters in com.oracle.bmc.datacatalog with type arguments of type AddCatalogLockRequest Modifier and Type Method Description Future<AddCatalogLockResponse>DataCatalogAsync. addCatalogLock(AddCatalogLockRequest request, AsyncHandler<AddCatalogLockRequest,AddCatalogLockResponse> handler)Adds a lock to a Catalog resource.Future<AddCatalogLockResponse>DataCatalogAsyncClient. addCatalogLock(AddCatalogLockRequest request, AsyncHandler<AddCatalogLockRequest,AddCatalogLockResponse> handler) -
Uses of AddCatalogLockRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return AddCatalogLockRequest Modifier and Type Method Description AddCatalogLockRequestAddCatalogLockRequest.Builder. build()Build the instance of AddCatalogLockRequest as configured by this builderAddCatalogLockRequestAddCatalogLockRequest.Builder. buildWithoutInvocationCallback()Build the instance of AddCatalogLockRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type AddCatalogLockRequest Modifier and Type Method Description AddCatalogLockRequest.BuilderAddCatalogLockRequest.Builder. copy(AddCatalogLockRequest o)Copy method to populate the builder with values from the given instance.
-