Uses of Class
com.oracle.bmc.datacatalog.responses.RemoveMetastoreLockResponse
-
Packages that use RemoveMetastoreLockResponse Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.responses -
-
Uses of RemoveMetastoreLockResponse in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return RemoveMetastoreLockResponse Modifier and Type Method Description RemoveMetastoreLockResponseDataCatalog. removeMetastoreLock(RemoveMetastoreLockRequest request)Removes a lock from a Metastore resource.RemoveMetastoreLockResponseDataCatalogClient. removeMetastoreLock(RemoveMetastoreLockRequest request)Methods in com.oracle.bmc.datacatalog that return types with arguments of type RemoveMetastoreLockResponse Modifier and Type Method Description Future<RemoveMetastoreLockResponse>DataCatalogAsync. removeMetastoreLock(RemoveMetastoreLockRequest request, AsyncHandler<RemoveMetastoreLockRequest,RemoveMetastoreLockResponse> handler)Removes a lock from a Metastore resource.Future<RemoveMetastoreLockResponse>DataCatalogAsyncClient. removeMetastoreLock(RemoveMetastoreLockRequest request, AsyncHandler<RemoveMetastoreLockRequest,RemoveMetastoreLockResponse> handler)Method parameters in com.oracle.bmc.datacatalog with type arguments of type RemoveMetastoreLockResponse Modifier and Type Method Description Future<RemoveMetastoreLockResponse>DataCatalogAsync. removeMetastoreLock(RemoveMetastoreLockRequest request, AsyncHandler<RemoveMetastoreLockRequest,RemoveMetastoreLockResponse> handler)Removes a lock from a Metastore resource.Future<RemoveMetastoreLockResponse>DataCatalogAsyncClient. removeMetastoreLock(RemoveMetastoreLockRequest request, AsyncHandler<RemoveMetastoreLockRequest,RemoveMetastoreLockResponse> handler) -
Uses of RemoveMetastoreLockResponse in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return RemoveMetastoreLockResponse Modifier and Type Method Description RemoveMetastoreLockResponseRemoveMetastoreLockResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datacatalog.responses with parameters of type RemoveMetastoreLockResponse Modifier and Type Method Description RemoveMetastoreLockResponse.BuilderRemoveMetastoreLockResponse.Builder. copy(RemoveMetastoreLockResponse o)Copy method to populate the builder with values from the given instance.
-