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