Uses of Class
com.oracle.bmc.datacatalog.requests.ImportGlossaryRequest
-
Packages that use ImportGlossaryRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of ImportGlossaryRequest in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog with parameters of type ImportGlossaryRequest Modifier and Type Method Description ImportGlossaryResponseDataCatalog. importGlossary(ImportGlossaryRequest request)Import the glossary and the terms from csv or json files and return the imported glossary resource.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)ImportGlossaryResponseDataCatalogClient. importGlossary(ImportGlossaryRequest request)Method parameters in com.oracle.bmc.datacatalog with type arguments of type ImportGlossaryRequest 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 ImportGlossaryRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return ImportGlossaryRequest Modifier and Type Method Description ImportGlossaryRequestImportGlossaryRequest.Builder. build()Build the instance of ImportGlossaryRequest as configured by this builderImportGlossaryRequestImportGlossaryRequest.Builder. buildWithoutInvocationCallback()Build the instance of ImportGlossaryRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type ImportGlossaryRequest Modifier and Type Method Description ImportGlossaryRequest.BuilderImportGlossaryRequest.Builder. copy(ImportGlossaryRequest o)Copy method to populate the builder with values from the given instance.
-