Uses of Class
com.oracle.bmc.datacatalog.responses.DeleteGlossaryResponse
-
Packages that use DeleteGlossaryResponse Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.responses -
-
Uses of DeleteGlossaryResponse in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return DeleteGlossaryResponse Modifier and Type Method Description DeleteGlossaryResponse
DataCatalog. deleteGlossary(DeleteGlossaryRequest request)
Deletes a specific glossary identified by it’s key.DeleteGlossaryResponse
DataCatalogClient. deleteGlossary(DeleteGlossaryRequest request)
Methods in com.oracle.bmc.datacatalog that return types with arguments of type DeleteGlossaryResponse Modifier and Type Method Description Future<DeleteGlossaryResponse>
DataCatalogAsync. deleteGlossary(DeleteGlossaryRequest request, AsyncHandler<DeleteGlossaryRequest,DeleteGlossaryResponse> handler)
Deletes a specific glossary identified by it’s key.Future<DeleteGlossaryResponse>
DataCatalogAsyncClient. deleteGlossary(DeleteGlossaryRequest request, AsyncHandler<DeleteGlossaryRequest,DeleteGlossaryResponse> handler)
Method parameters in com.oracle.bmc.datacatalog with type arguments of type DeleteGlossaryResponse Modifier and Type Method Description Future<DeleteGlossaryResponse>
DataCatalogAsync. deleteGlossary(DeleteGlossaryRequest request, AsyncHandler<DeleteGlossaryRequest,DeleteGlossaryResponse> handler)
Deletes a specific glossary identified by it’s key.Future<DeleteGlossaryResponse>
DataCatalogAsyncClient. deleteGlossary(DeleteGlossaryRequest request, AsyncHandler<DeleteGlossaryRequest,DeleteGlossaryResponse> handler)
-
Uses of DeleteGlossaryResponse in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return DeleteGlossaryResponse Modifier and Type Method Description DeleteGlossaryResponse
DeleteGlossaryResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datacatalog.responses with parameters of type DeleteGlossaryResponse Modifier and Type Method Description DeleteGlossaryResponse.Builder
DeleteGlossaryResponse.Builder. copy(DeleteGlossaryResponse o)
Copy method to populate the builder with values from the given instance.
-