Package | Description |
---|---|
com.oracle.bmc.datacatalog | |
com.oracle.bmc.datacatalog.responses |
Modifier and Type | Method and Description |
---|---|
ListCatalogsResponse |
DataCatalog.listCatalogs(ListCatalogsRequest request)
Returns a list of all the data catalogs in the specified compartment.
|
ListCatalogsResponse |
DataCatalogClient.listCatalogs(ListCatalogsRequest request) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
ListCatalogsResponse |
ListCatalogsResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListCatalogsResponse.Builder |
ListCatalogsResponse.Builder.copy(ListCatalogsResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.