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 UpdateTermRelationshipResponseDataCatalog. 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)UpdateTermRelationshipResponseDataCatalogClient. 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 UpdateTermRelationshipRequestUpdateTermRelationshipRequest.Builder. build()Build the instance of UpdateTermRelationshipRequest as configured by this builderUpdateTermRelationshipRequestUpdateTermRelationshipRequest.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.BuilderUpdateTermRelationshipRequest.Builder. copy(UpdateTermRelationshipRequest o)Copy method to populate the builder with values from the given instance.
-