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