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