Uses of Class
com.oracle.bmc.datasafe.requests.ListMaskingPolicyReferentialRelationsRequest
-
Packages that use ListMaskingPolicyReferentialRelationsRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of ListMaskingPolicyReferentialRelationsRequest in com.oracle.bmc.datasafe
Method parameters in com.oracle.bmc.datasafe with type arguments of type ListMaskingPolicyReferentialRelationsRequest Modifier and Type Method Description Future<ListMaskingPolicyReferentialRelationsResponse>
DataSafeAsync. listMaskingPolicyReferentialRelations(ListMaskingPolicyReferentialRelationsRequest request, AsyncHandler<ListMaskingPolicyReferentialRelationsRequest,ListMaskingPolicyReferentialRelationsResponse> handler)
Gets a list of referential relations present in the specified masking policy based on the specified query parameters.Future<ListMaskingPolicyReferentialRelationsResponse>
DataSafeAsyncClient. listMaskingPolicyReferentialRelations(ListMaskingPolicyReferentialRelationsRequest request, AsyncHandler<ListMaskingPolicyReferentialRelationsRequest,ListMaskingPolicyReferentialRelationsResponse> handler)
-
Uses of ListMaskingPolicyReferentialRelationsRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ListMaskingPolicyReferentialRelationsRequest Modifier and Type Method Description ListMaskingPolicyReferentialRelationsRequest
ListMaskingPolicyReferentialRelationsRequest.Builder. build()
Build the instance of ListMaskingPolicyReferentialRelationsRequest as configured by this builderListMaskingPolicyReferentialRelationsRequest
ListMaskingPolicyReferentialRelationsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListMaskingPolicyReferentialRelationsRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type ListMaskingPolicyReferentialRelationsRequest Modifier and Type Method Description ListMaskingPolicyReferentialRelationsRequest.Builder
ListMaskingPolicyReferentialRelationsRequest.Builder. copy(ListMaskingPolicyReferentialRelationsRequest o)
Copy method to populate the builder with values from the given instance.
-