Package | Description |
---|---|
com.oracle.bmc.datacatalog | |
com.oracle.bmc.datacatalog.requests |
Modifier and Type | Method and Description |
---|---|
ListGlossariesResponse |
DataCatalog.listGlossaries(ListGlossariesRequest request)
Returns a list of all glossaries within a data catalog.
|
ListGlossariesResponse |
DataCatalogClient.listGlossaries(ListGlossariesRequest request) |
Future<ListGlossariesResponse> |
DataCatalogAsync.listGlossaries(ListGlossariesRequest request,
AsyncHandler<ListGlossariesRequest,ListGlossariesResponse> handler)
Returns a list of all glossaries within a data catalog.
|
Future<ListGlossariesResponse> |
DataCatalogAsyncClient.listGlossaries(ListGlossariesRequest request,
AsyncHandler<ListGlossariesRequest,ListGlossariesResponse> handler) |
Iterable<GlossarySummary> |
DataCatalogPaginators.listGlossariesRecordIterator(ListGlossariesRequest request)
Creates a new iterable which will iterate over the
GlossarySummary objects contained in responses from the
listGlossaries operation. |
Iterable<ListGlossariesResponse> |
DataCatalogPaginators.listGlossariesResponseIterator(ListGlossariesRequest request)
Creates a new iterable which will iterate over the responses received from the listGlossaries
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListGlossariesResponse> |
DataCatalogAsync.listGlossaries(ListGlossariesRequest request,
AsyncHandler<ListGlossariesRequest,ListGlossariesResponse> handler)
Returns a list of all glossaries within a data catalog.
|
Future<ListGlossariesResponse> |
DataCatalogAsyncClient.listGlossaries(ListGlossariesRequest request,
AsyncHandler<ListGlossariesRequest,ListGlossariesResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListGlossariesRequest |
ListGlossariesRequest.Builder.build()
Build the instance of ListGlossariesRequest as configured by this builder
|
ListGlossariesRequest |
ListGlossariesRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListGlossariesRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListGlossariesRequest.Builder |
ListGlossariesRequest.Builder.copy(ListGlossariesRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.