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