Uses of Class
com.oracle.bmc.datacatalog.requests.CreateTermRelationshipRequest
-
Packages that use CreateTermRelationshipRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of CreateTermRelationshipRequest in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog with parameters of type CreateTermRelationshipRequest Modifier and Type Method Description CreateTermRelationshipResponseDataCatalog. createTermRelationship(CreateTermRelationshipRequest request)Creates a new term relationship for this term within a glossary.Future<CreateTermRelationshipResponse>DataCatalogAsync. createTermRelationship(CreateTermRelationshipRequest request, AsyncHandler<CreateTermRelationshipRequest,CreateTermRelationshipResponse> handler)Creates a new term relationship for this term within a glossary.Future<CreateTermRelationshipResponse>DataCatalogAsyncClient. createTermRelationship(CreateTermRelationshipRequest request, AsyncHandler<CreateTermRelationshipRequest,CreateTermRelationshipResponse> handler)CreateTermRelationshipResponseDataCatalogClient. createTermRelationship(CreateTermRelationshipRequest request)Method parameters in com.oracle.bmc.datacatalog with type arguments of type CreateTermRelationshipRequest Modifier and Type Method Description Future<CreateTermRelationshipResponse>DataCatalogAsync. createTermRelationship(CreateTermRelationshipRequest request, AsyncHandler<CreateTermRelationshipRequest,CreateTermRelationshipResponse> handler)Creates a new term relationship for this term within a glossary.Future<CreateTermRelationshipResponse>DataCatalogAsyncClient. createTermRelationship(CreateTermRelationshipRequest request, AsyncHandler<CreateTermRelationshipRequest,CreateTermRelationshipResponse> handler) -
Uses of CreateTermRelationshipRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return CreateTermRelationshipRequest Modifier and Type Method Description CreateTermRelationshipRequestCreateTermRelationshipRequest.Builder. build()Build the instance of CreateTermRelationshipRequest as configured by this builderCreateTermRelationshipRequestCreateTermRelationshipRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateTermRelationshipRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type CreateTermRelationshipRequest Modifier and Type Method Description CreateTermRelationshipRequest.BuilderCreateTermRelationshipRequest.Builder. copy(CreateTermRelationshipRequest o)Copy method to populate the builder with values from the given instance.
-