Uses of Class
com.oracle.bmc.datacatalog.responses.GetMetastoreResponse
-
Packages that use GetMetastoreResponse Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.responses -
-
Uses of GetMetastoreResponse in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return GetMetastoreResponse Modifier and Type Method Description GetMetastoreResponse
DataCatalog. getMetastore(GetMetastoreRequest request)
Gets a metastore by identifier.GetMetastoreResponse
DataCatalogClient. getMetastore(GetMetastoreRequest request)
Method parameters in com.oracle.bmc.datacatalog with type arguments of type GetMetastoreResponse Modifier and Type Method Description Future<GetMetastoreResponse>
DataCatalogAsync. getMetastore(GetMetastoreRequest request, AsyncHandler<GetMetastoreRequest,GetMetastoreResponse> handler)
Gets a metastore by identifier.Future<GetMetastoreResponse>
DataCatalogAsyncClient. getMetastore(GetMetastoreRequest request, AsyncHandler<GetMetastoreRequest,GetMetastoreResponse> handler)
-
Uses of GetMetastoreResponse in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return GetMetastoreResponse Modifier and Type Method Description GetMetastoreResponse
GetMetastoreResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datacatalog.responses with parameters of type GetMetastoreResponse Modifier and Type Method Description GetMetastoreResponse.Builder
GetMetastoreResponse.Builder. copy(GetMetastoreResponse o)
Copy method to populate the builder with values from the given instance.
-