Uses of Class
com.oracle.bmc.datacatalog.responses.AddMetastoreLockResponse
-
Packages that use AddMetastoreLockResponse Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.responses -
-
Uses of AddMetastoreLockResponse in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return AddMetastoreLockResponse Modifier and Type Method Description AddMetastoreLockResponseDataCatalog. addMetastoreLock(AddMetastoreLockRequest request)Adds a lock to a Metastore resource.AddMetastoreLockResponseDataCatalogClient. addMetastoreLock(AddMetastoreLockRequest request)Methods in com.oracle.bmc.datacatalog that return types with arguments of type AddMetastoreLockResponse Modifier and Type Method Description Future<AddMetastoreLockResponse>DataCatalogAsync. addMetastoreLock(AddMetastoreLockRequest request, AsyncHandler<AddMetastoreLockRequest,AddMetastoreLockResponse> handler)Adds a lock to a Metastore resource.Future<AddMetastoreLockResponse>DataCatalogAsyncClient. addMetastoreLock(AddMetastoreLockRequest request, AsyncHandler<AddMetastoreLockRequest,AddMetastoreLockResponse> handler)Method parameters in com.oracle.bmc.datacatalog with type arguments of type AddMetastoreLockResponse Modifier and Type Method Description Future<AddMetastoreLockResponse>DataCatalogAsync. addMetastoreLock(AddMetastoreLockRequest request, AsyncHandler<AddMetastoreLockRequest,AddMetastoreLockResponse> handler)Adds a lock to a Metastore resource.Future<AddMetastoreLockResponse>DataCatalogAsyncClient. addMetastoreLock(AddMetastoreLockRequest request, AsyncHandler<AddMetastoreLockRequest,AddMetastoreLockResponse> handler) -
Uses of AddMetastoreLockResponse in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return AddMetastoreLockResponse Modifier and Type Method Description AddMetastoreLockResponseAddMetastoreLockResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datacatalog.responses with parameters of type AddMetastoreLockResponse Modifier and Type Method Description AddMetastoreLockResponse.BuilderAddMetastoreLockResponse.Builder. copy(AddMetastoreLockResponse o)Copy method to populate the builder with values from the given instance.
-