Uses of Class
com.oracle.bmc.datacatalog.responses.AddCatalogLockResponse
-
Packages that use AddCatalogLockResponse Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.responses -
-
Uses of AddCatalogLockResponse in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return AddCatalogLockResponse Modifier and Type Method Description AddCatalogLockResponseDataCatalog. addCatalogLock(AddCatalogLockRequest request)Adds a lock to a Catalog resource.AddCatalogLockResponseDataCatalogClient. addCatalogLock(AddCatalogLockRequest request)Methods in com.oracle.bmc.datacatalog that return types with arguments of type AddCatalogLockResponse 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)Method parameters in com.oracle.bmc.datacatalog with type arguments of type AddCatalogLockResponse 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 AddCatalogLockResponse in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return AddCatalogLockResponse Modifier and Type Method Description AddCatalogLockResponseAddCatalogLockResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datacatalog.responses with parameters of type AddCatalogLockResponse Modifier and Type Method Description AddCatalogLockResponse.BuilderAddCatalogLockResponse.Builder. copy(AddCatalogLockResponse o)Copy method to populate the builder with values from the given instance.
-