Uses of Class
com.oracle.bmc.datacatalog.requests.AddMetastoreLockRequest
-
Packages that use AddMetastoreLockRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of AddMetastoreLockRequest in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog with parameters of type AddMetastoreLockRequest Modifier and Type Method Description AddMetastoreLockResponseDataCatalog. addMetastoreLock(AddMetastoreLockRequest request)Adds a lock to a Metastore resource.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)AddMetastoreLockResponseDataCatalogClient. addMetastoreLock(AddMetastoreLockRequest request)Method parameters in com.oracle.bmc.datacatalog with type arguments of type AddMetastoreLockRequest 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 AddMetastoreLockRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return AddMetastoreLockRequest Modifier and Type Method Description AddMetastoreLockRequestAddMetastoreLockRequest.Builder. build()Build the instance of AddMetastoreLockRequest as configured by this builderAddMetastoreLockRequestAddMetastoreLockRequest.Builder. buildWithoutInvocationCallback()Build the instance of AddMetastoreLockRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type AddMetastoreLockRequest Modifier and Type Method Description AddMetastoreLockRequest.BuilderAddMetastoreLockRequest.Builder. copy(AddMetastoreLockRequest o)Copy method to populate the builder with values from the given instance.
-