Uses of Class
com.oracle.bmc.datacatalog.responses.ListCatalogsResponse
-
Packages that use ListCatalogsResponse Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.responses -
-
Uses of ListCatalogsResponse in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return ListCatalogsResponse Modifier and Type Method Description ListCatalogsResponse
DataCatalog. listCatalogs(ListCatalogsRequest request)
Returns a list of all the data catalogs in the specified compartment.ListCatalogsResponse
DataCatalogClient. listCatalogs(ListCatalogsRequest request)
Methods in com.oracle.bmc.datacatalog that return types with arguments of type ListCatalogsResponse Modifier and Type Method Description Future<ListCatalogsResponse>
DataCatalogAsync. listCatalogs(ListCatalogsRequest request, AsyncHandler<ListCatalogsRequest,ListCatalogsResponse> handler)
Returns a list of all the data catalogs in the specified compartment.Future<ListCatalogsResponse>
DataCatalogAsyncClient. listCatalogs(ListCatalogsRequest request, AsyncHandler<ListCatalogsRequest,ListCatalogsResponse> handler)
Iterable<ListCatalogsResponse>
DataCatalogPaginators. listCatalogsResponseIterator(ListCatalogsRequest request)
Creates a new iterable which will iterate over the responses received from the listCatalogs operation.Method parameters in com.oracle.bmc.datacatalog with type arguments of type ListCatalogsResponse Modifier and Type Method Description Future<ListCatalogsResponse>
DataCatalogAsync. listCatalogs(ListCatalogsRequest request, AsyncHandler<ListCatalogsRequest,ListCatalogsResponse> handler)
Returns a list of all the data catalogs in the specified compartment.Future<ListCatalogsResponse>
DataCatalogAsyncClient. listCatalogs(ListCatalogsRequest request, AsyncHandler<ListCatalogsRequest,ListCatalogsResponse> handler)
-
Uses of ListCatalogsResponse in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return ListCatalogsResponse Modifier and Type Method Description ListCatalogsResponse
ListCatalogsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datacatalog.responses with parameters of type ListCatalogsResponse Modifier and Type Method Description ListCatalogsResponse.Builder
ListCatalogsResponse.Builder. copy(ListCatalogsResponse o)
Copy method to populate the builder with values from the given instance.
-