Uses of Class
com.oracle.bmc.datacatalog.requests.RemoveMetastoreLockRequest
-
Packages that use RemoveMetastoreLockRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of RemoveMetastoreLockRequest in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog with parameters of type RemoveMetastoreLockRequest Modifier and Type Method Description RemoveMetastoreLockResponseDataCatalog. removeMetastoreLock(RemoveMetastoreLockRequest request)Removes a lock from a Metastore resource.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)RemoveMetastoreLockResponseDataCatalogClient. removeMetastoreLock(RemoveMetastoreLockRequest request)Method parameters in com.oracle.bmc.datacatalog with type arguments of type RemoveMetastoreLockRequest 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 RemoveMetastoreLockRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return RemoveMetastoreLockRequest Modifier and Type Method Description RemoveMetastoreLockRequestRemoveMetastoreLockRequest.Builder. build()Build the instance of RemoveMetastoreLockRequest as configured by this builderRemoveMetastoreLockRequestRemoveMetastoreLockRequest.Builder. buildWithoutInvocationCallback()Build the instance of RemoveMetastoreLockRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type RemoveMetastoreLockRequest Modifier and Type Method Description RemoveMetastoreLockRequest.BuilderRemoveMetastoreLockRequest.Builder. copy(RemoveMetastoreLockRequest o)Copy method to populate the builder with values from the given instance.
-