Uses of Class
com.oracle.bmc.datacatalog.requests.ExportGlossaryRequest
-
Packages that use ExportGlossaryRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of ExportGlossaryRequest in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog with parameters of type ExportGlossaryRequest 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.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)
ExportGlossaryResponse
DataCatalogClient. exportGlossary(ExportGlossaryRequest request)
Method parameters in com.oracle.bmc.datacatalog with type arguments of type ExportGlossaryRequest 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 ExportGlossaryRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return ExportGlossaryRequest Modifier and Type Method Description ExportGlossaryRequest
ExportGlossaryRequest.Builder. build()
Build the instance of ExportGlossaryRequest as configured by this builderExportGlossaryRequest
ExportGlossaryRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ExportGlossaryRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type ExportGlossaryRequest Modifier and Type Method Description ExportGlossaryRequest.Builder
ExportGlossaryRequest.Builder. copy(ExportGlossaryRequest o)
Copy method to populate the builder with values from the given instance.
-