Uses of Class
com.oracle.bmc.datacatalog.requests.ListMetastoresRequest
-
Packages that use ListMetastoresRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of ListMetastoresRequest in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog with parameters of type ListMetastoresRequest Modifier and Type Method Description ListMetastoresResponse
DataCatalog. listMetastores(ListMetastoresRequest request)
Returns a list of all metastores in the specified compartment.Future<ListMetastoresResponse>
DataCatalogAsync. listMetastores(ListMetastoresRequest request, AsyncHandler<ListMetastoresRequest,ListMetastoresResponse> handler)
Returns a list of all metastores in the specified compartment.Future<ListMetastoresResponse>
DataCatalogAsyncClient. listMetastores(ListMetastoresRequest request, AsyncHandler<ListMetastoresRequest,ListMetastoresResponse> handler)
ListMetastoresResponse
DataCatalogClient. listMetastores(ListMetastoresRequest request)
Iterable<MetastoreSummary>
DataCatalogPaginators. listMetastoresRecordIterator(ListMetastoresRequest request)
Creates a new iterable which will iterate over theMetastoreSummary
objects contained in responses from the listMetastores operation.Iterable<ListMetastoresResponse>
DataCatalogPaginators. listMetastoresResponseIterator(ListMetastoresRequest request)
Creates a new iterable which will iterate over the responses received from the listMetastores operation.Method parameters in com.oracle.bmc.datacatalog with type arguments of type ListMetastoresRequest Modifier and Type Method Description Future<ListMetastoresResponse>
DataCatalogAsync. listMetastores(ListMetastoresRequest request, AsyncHandler<ListMetastoresRequest,ListMetastoresResponse> handler)
Returns a list of all metastores in the specified compartment.Future<ListMetastoresResponse>
DataCatalogAsyncClient. listMetastores(ListMetastoresRequest request, AsyncHandler<ListMetastoresRequest,ListMetastoresResponse> handler)
-
Uses of ListMetastoresRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return ListMetastoresRequest Modifier and Type Method Description ListMetastoresRequest
ListMetastoresRequest.Builder. build()
Build the instance of ListMetastoresRequest as configured by this builderListMetastoresRequest
ListMetastoresRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListMetastoresRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type ListMetastoresRequest Modifier and Type Method Description ListMetastoresRequest.Builder
ListMetastoresRequest.Builder. copy(ListMetastoresRequest o)
Copy method to populate the builder with values from the given instance.
-