Package | Description |
---|---|
com.oracle.bmc.datacatalog | |
com.oracle.bmc.datacatalog.requests |
Modifier and Type | Method and Description |
---|---|
ListMetastoresResponse |
DataCatalog.listMetastores(ListMetastoresRequest request)
Returns a list of all metastores in the specified compartment.
|
ListMetastoresResponse |
DataCatalogClient.listMetastores(ListMetastoresRequest request) |
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<MetastoreSummary> |
DataCatalogPaginators.listMetastoresRecordIterator(ListMetastoresRequest request)
Creates a new iterable which will iterate over the
MetastoreSummary 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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
ListMetastoresRequest |
ListMetastoresRequest.Builder.build()
Build the instance of ListMetastoresRequest as configured by this builder
|
ListMetastoresRequest |
ListMetastoresRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListMetastoresRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListMetastoresRequest.Builder |
ListMetastoresRequest.Builder.copy(ListMetastoresRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.