Uses of Class
com.oracle.bmc.datacatalog.responses.ListTermsResponse
-
Packages that use ListTermsResponse Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.responses -
-
Uses of ListTermsResponse in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return ListTermsResponse Modifier and Type Method Description ListTermsResponse
DataCatalog. listTerms(ListTermsRequest request)
Returns a list of all terms within a glossary.ListTermsResponse
DataCatalogClient. listTerms(ListTermsRequest request)
Methods in com.oracle.bmc.datacatalog that return types with arguments of type ListTermsResponse 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)
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 ListTermsResponse 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 ListTermsResponse in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return ListTermsResponse Modifier and Type Method Description ListTermsResponse
ListTermsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datacatalog.responses with parameters of type ListTermsResponse Modifier and Type Method Description ListTermsResponse.Builder
ListTermsResponse.Builder. copy(ListTermsResponse o)
Copy method to populate the builder with values from the given instance.
-