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