Uses of Class
com.oracle.bmc.datasafe.responses.ListReferentialRelationsResponse
-
Packages that use ListReferentialRelationsResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of ListReferentialRelationsResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return ListReferentialRelationsResponse Modifier and Type Method Description ListReferentialRelationsResponseDataSafe. listReferentialRelations(ListReferentialRelationsRequest request)Gets a list of referential relations present in the specified sensitive data model based on the specified query parameters.ListReferentialRelationsResponseDataSafeClient. listReferentialRelations(ListReferentialRelationsRequest request)Methods in com.oracle.bmc.datasafe that return types with arguments of type ListReferentialRelationsResponse Modifier and Type Method Description Future<ListReferentialRelationsResponse>DataSafeAsync. listReferentialRelations(ListReferentialRelationsRequest request, AsyncHandler<ListReferentialRelationsRequest,ListReferentialRelationsResponse> handler)Gets a list of referential relations present in the specified sensitive data model based on the specified query parameters.Future<ListReferentialRelationsResponse>DataSafeAsyncClient. listReferentialRelations(ListReferentialRelationsRequest request, AsyncHandler<ListReferentialRelationsRequest,ListReferentialRelationsResponse> handler)Iterable<ListReferentialRelationsResponse>DataSafePaginators. listReferentialRelationsResponseIterator(ListReferentialRelationsRequest request)Creates a new iterable which will iterate over the responses received from the listReferentialRelations operation.Method parameters in com.oracle.bmc.datasafe with type arguments of type ListReferentialRelationsResponse Modifier and Type Method Description Future<ListReferentialRelationsResponse>DataSafeAsync. listReferentialRelations(ListReferentialRelationsRequest request, AsyncHandler<ListReferentialRelationsRequest,ListReferentialRelationsResponse> handler)Gets a list of referential relations present in the specified sensitive data model based on the specified query parameters.Future<ListReferentialRelationsResponse>DataSafeAsyncClient. listReferentialRelations(ListReferentialRelationsRequest request, AsyncHandler<ListReferentialRelationsRequest,ListReferentialRelationsResponse> handler) -
Uses of ListReferentialRelationsResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return ListReferentialRelationsResponse Modifier and Type Method Description ListReferentialRelationsResponseListReferentialRelationsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type ListReferentialRelationsResponse Modifier and Type Method Description ListReferentialRelationsResponse.BuilderListReferentialRelationsResponse.Builder. copy(ListReferentialRelationsResponse o)Copy method to populate the builder with values from the given instance.
-