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