Uses of Class
com.oracle.bmc.datacatalog.requests.UpdateGlossaryRequest
-
Packages that use UpdateGlossaryRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of UpdateGlossaryRequest in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog with parameters of type UpdateGlossaryRequest Modifier and Type Method Description UpdateGlossaryResponse
DataCatalog. updateGlossary(UpdateGlossaryRequest request)
Updates a specific glossary identified by the given key.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)
UpdateGlossaryResponse
DataCatalogClient. updateGlossary(UpdateGlossaryRequest request)
Method parameters in com.oracle.bmc.datacatalog with type arguments of type UpdateGlossaryRequest 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 UpdateGlossaryRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return UpdateGlossaryRequest Modifier and Type Method Description UpdateGlossaryRequest
UpdateGlossaryRequest.Builder. build()
Build the instance of UpdateGlossaryRequest as configured by this builderUpdateGlossaryRequest
UpdateGlossaryRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateGlossaryRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type UpdateGlossaryRequest Modifier and Type Method Description UpdateGlossaryRequest.Builder
UpdateGlossaryRequest.Builder. copy(UpdateGlossaryRequest o)
Copy method to populate the builder with values from the given instance.
-