Uses of Class
com.oracle.bmc.datacatalog.requests.ListCatalogsRequest
-
Packages that use ListCatalogsRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of ListCatalogsRequest in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog with parameters of type ListCatalogsRequest Modifier and Type Method Description ListCatalogsResponse
DataCatalog. listCatalogs(ListCatalogsRequest request)
Returns a list of all the data catalogs in the specified compartment.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)
ListCatalogsResponse
DataCatalogClient. listCatalogs(ListCatalogsRequest request)
Iterable<CatalogSummary>
DataCatalogPaginators. listCatalogsRecordIterator(ListCatalogsRequest request)
Creates a new iterable which will iterate over theCatalogSummary
objects contained in responses from the listCatalogs operation.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 ListCatalogsRequest 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 ListCatalogsRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return ListCatalogsRequest Modifier and Type Method Description ListCatalogsRequest
ListCatalogsRequest.Builder. build()
Build the instance of ListCatalogsRequest as configured by this builderListCatalogsRequest
ListCatalogsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListCatalogsRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type ListCatalogsRequest Modifier and Type Method Description ListCatalogsRequest.Builder
ListCatalogsRequest.Builder. copy(ListCatalogsRequest o)
Copy method to populate the builder with values from the given instance.
-