Uses of Class
com.oracle.bmc.datacatalog.requests.ListTermsRequest
-
Packages that use ListTermsRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of ListTermsRequest in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog with parameters of type ListTermsRequest Modifier and Type Method Description ListTermsResponseDataCatalog. listTerms(ListTermsRequest request)Returns a list of all terms within a glossary.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)ListTermsResponseDataCatalogClient. listTerms(ListTermsRequest request)Iterable<TermSummary>DataCatalogPaginators. listTermsRecordIterator(ListTermsRequest request)Creates a new iterable which will iterate over theTermSummaryobjects 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.Method parameters in com.oracle.bmc.datacatalog with type arguments of type ListTermsRequest Modifier and Type Method 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) -
Uses of ListTermsRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return ListTermsRequest Modifier and Type Method Description ListTermsRequestListTermsRequest.Builder. build()Build the instance of ListTermsRequest as configured by this builderListTermsRequestListTermsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListTermsRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type ListTermsRequest Modifier and Type Method Description ListTermsRequest.BuilderListTermsRequest.Builder. copy(ListTermsRequest o)Copy method to populate the builder with values from the given instance.
-