Uses of Class
com.oracle.bmc.datasafe.responses.DownloadMaskingPolicyResponse
-
Packages that use DownloadMaskingPolicyResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of DownloadMaskingPolicyResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return DownloadMaskingPolicyResponse Modifier and Type Method Description DownloadMaskingPolicyResponse
DataSafe. downloadMaskingPolicy(DownloadMaskingPolicyRequest request)
Downloads an already-generated file corresponding to the specified masking policy.DownloadMaskingPolicyResponse
DataSafeClient. downloadMaskingPolicy(DownloadMaskingPolicyRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type DownloadMaskingPolicyResponse Modifier and Type Method Description Future<DownloadMaskingPolicyResponse>
DataSafeAsync. downloadMaskingPolicy(DownloadMaskingPolicyRequest request, AsyncHandler<DownloadMaskingPolicyRequest,DownloadMaskingPolicyResponse> handler)
Downloads an already-generated file corresponding to the specified masking policy.Future<DownloadMaskingPolicyResponse>
DataSafeAsyncClient. downloadMaskingPolicy(DownloadMaskingPolicyRequest request, AsyncHandler<DownloadMaskingPolicyRequest,DownloadMaskingPolicyResponse> handler)
Method parameters in com.oracle.bmc.datasafe with type arguments of type DownloadMaskingPolicyResponse Modifier and Type Method Description Future<DownloadMaskingPolicyResponse>
DataSafeAsync. downloadMaskingPolicy(DownloadMaskingPolicyRequest request, AsyncHandler<DownloadMaskingPolicyRequest,DownloadMaskingPolicyResponse> handler)
Downloads an already-generated file corresponding to the specified masking policy.Future<DownloadMaskingPolicyResponse>
DataSafeAsyncClient. downloadMaskingPolicy(DownloadMaskingPolicyRequest request, AsyncHandler<DownloadMaskingPolicyRequest,DownloadMaskingPolicyResponse> handler)
-
Uses of DownloadMaskingPolicyResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return DownloadMaskingPolicyResponse Modifier and Type Method Description DownloadMaskingPolicyResponse
DownloadMaskingPolicyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type DownloadMaskingPolicyResponse Modifier and Type Method Description DownloadMaskingPolicyResponse.Builder
DownloadMaskingPolicyResponse.Builder. copy(DownloadMaskingPolicyResponse o)
Copy method to populate the builder with values from the given instance.
-