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