Uses of Class
com.oracle.bmc.datasafe.responses.GetReferentialRelationResponse
-
Packages that use GetReferentialRelationResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of GetReferentialRelationResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return GetReferentialRelationResponse Modifier and Type Method Description GetReferentialRelationResponse
DataSafe. getReferentialRelation(GetReferentialRelationRequest request)
Gets the details of the specified referential relation.GetReferentialRelationResponse
DataSafeClient. getReferentialRelation(GetReferentialRelationRequest request)
Method parameters in com.oracle.bmc.datasafe with type arguments of type GetReferentialRelationResponse Modifier and Type Method Description Future<GetReferentialRelationResponse>
DataSafeAsync. getReferentialRelation(GetReferentialRelationRequest request, AsyncHandler<GetReferentialRelationRequest,GetReferentialRelationResponse> handler)
Gets the details of the specified referential relation.Future<GetReferentialRelationResponse>
DataSafeAsyncClient. getReferentialRelation(GetReferentialRelationRequest request, AsyncHandler<GetReferentialRelationRequest,GetReferentialRelationResponse> handler)
-
Uses of GetReferentialRelationResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return GetReferentialRelationResponse Modifier and Type Method Description GetReferentialRelationResponse
GetReferentialRelationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type GetReferentialRelationResponse Modifier and Type Method Description GetReferentialRelationResponse.Builder
GetReferentialRelationResponse.Builder. copy(GetReferentialRelationResponse o)
Copy method to populate the builder with values from the given instance.
-