Uses of Class
com.oracle.bmc.datacatalog.responses.ExportGlossaryResponse
-
Packages that use ExportGlossaryResponse Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.responses -
-
Uses of ExportGlossaryResponse in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return ExportGlossaryResponse Modifier and Type Method Description ExportGlossaryResponse
DataCatalog. exportGlossary(ExportGlossaryRequest request)
Export the glossary and the terms and return the exported glossary as csv or json.ExportGlossaryResponse
DataCatalogClient. exportGlossary(ExportGlossaryRequest request)
Methods in com.oracle.bmc.datacatalog that return types with arguments of type ExportGlossaryResponse Modifier and Type Method Description Future<ExportGlossaryResponse>
DataCatalogAsync. exportGlossary(ExportGlossaryRequest request, AsyncHandler<ExportGlossaryRequest,ExportGlossaryResponse> handler)
Export the glossary and the terms and return the exported glossary as csv or json.Future<ExportGlossaryResponse>
DataCatalogAsyncClient. exportGlossary(ExportGlossaryRequest request, AsyncHandler<ExportGlossaryRequest,ExportGlossaryResponse> handler)
Method parameters in com.oracle.bmc.datacatalog with type arguments of type ExportGlossaryResponse Modifier and Type Method Description Future<ExportGlossaryResponse>
DataCatalogAsync. exportGlossary(ExportGlossaryRequest request, AsyncHandler<ExportGlossaryRequest,ExportGlossaryResponse> handler)
Export the glossary and the terms and return the exported glossary as csv or json.Future<ExportGlossaryResponse>
DataCatalogAsyncClient. exportGlossary(ExportGlossaryRequest request, AsyncHandler<ExportGlossaryRequest,ExportGlossaryResponse> handler)
-
Uses of ExportGlossaryResponse in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return ExportGlossaryResponse Modifier and Type Method Description ExportGlossaryResponse
ExportGlossaryResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datacatalog.responses with parameters of type ExportGlossaryResponse Modifier and Type Method Description ExportGlossaryResponse.Builder
ExportGlossaryResponse.Builder. copy(ExportGlossaryResponse o)
Copy method to populate the builder with values from the given instance.
-