Uses of Class
com.oracle.bmc.datacatalog.requests.AsynchronousExportGlossaryRequest
-
Packages that use AsynchronousExportGlossaryRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of AsynchronousExportGlossaryRequest in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog with parameters of type AsynchronousExportGlossaryRequest Modifier and Type Method Description AsynchronousExportGlossaryResponse
DataCatalog. asynchronousExportGlossary(AsynchronousExportGlossaryRequest request)
Exports the contents of a glossary in Excel format.Future<AsynchronousExportGlossaryResponse>
DataCatalogAsync. asynchronousExportGlossary(AsynchronousExportGlossaryRequest request, AsyncHandler<AsynchronousExportGlossaryRequest,AsynchronousExportGlossaryResponse> handler)
Exports the contents of a glossary in Excel format.Future<AsynchronousExportGlossaryResponse>
DataCatalogAsyncClient. asynchronousExportGlossary(AsynchronousExportGlossaryRequest request, AsyncHandler<AsynchronousExportGlossaryRequest,AsynchronousExportGlossaryResponse> handler)
AsynchronousExportGlossaryResponse
DataCatalogClient. asynchronousExportGlossary(AsynchronousExportGlossaryRequest request)
Method parameters in com.oracle.bmc.datacatalog with type arguments of type AsynchronousExportGlossaryRequest Modifier and Type Method Description Future<AsynchronousExportGlossaryResponse>
DataCatalogAsync. asynchronousExportGlossary(AsynchronousExportGlossaryRequest request, AsyncHandler<AsynchronousExportGlossaryRequest,AsynchronousExportGlossaryResponse> handler)
Exports the contents of a glossary in Excel format.Future<AsynchronousExportGlossaryResponse>
DataCatalogAsyncClient. asynchronousExportGlossary(AsynchronousExportGlossaryRequest request, AsyncHandler<AsynchronousExportGlossaryRequest,AsynchronousExportGlossaryResponse> handler)
-
Uses of AsynchronousExportGlossaryRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return AsynchronousExportGlossaryRequest Modifier and Type Method Description AsynchronousExportGlossaryRequest
AsynchronousExportGlossaryRequest.Builder. build()
Build the instance of AsynchronousExportGlossaryRequest as configured by this builderAsynchronousExportGlossaryRequest
AsynchronousExportGlossaryRequest.Builder. buildWithoutInvocationCallback()
Build the instance of AsynchronousExportGlossaryRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type AsynchronousExportGlossaryRequest Modifier and Type Method Description AsynchronousExportGlossaryRequest.Builder
AsynchronousExportGlossaryRequest.Builder. copy(AsynchronousExportGlossaryRequest o)
Copy method to populate the builder with values from the given instance.
-