Uses of Class
com.oracle.bmc.datacatalog.responses.ListMetastoresResponse
-
Packages that use ListMetastoresResponse Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.responses -
-
Uses of ListMetastoresResponse in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return ListMetastoresResponse Modifier and Type Method Description ListMetastoresResponse
DataCatalog. listMetastores(ListMetastoresRequest request)
Returns a list of all metastores in the specified compartment.ListMetastoresResponse
DataCatalogClient. listMetastores(ListMetastoresRequest request)
Methods in com.oracle.bmc.datacatalog that return types with arguments of type ListMetastoresResponse 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)
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 ListMetastoresResponse 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 ListMetastoresResponse in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return ListMetastoresResponse Modifier and Type Method Description ListMetastoresResponse
ListMetastoresResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datacatalog.responses with parameters of type ListMetastoresResponse Modifier and Type Method Description ListMetastoresResponse.Builder
ListMetastoresResponse.Builder. copy(ListMetastoresResponse o)
Copy method to populate the builder with values from the given instance.
-