Uses of Class
com.oracle.bmc.datasafe.requests.DownloadMaskingPolicyRequest
-
Packages that use DownloadMaskingPolicyRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of DownloadMaskingPolicyRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type DownloadMaskingPolicyRequest Modifier and Type Method Description DownloadMaskingPolicyResponse
DataSafe. downloadMaskingPolicy(DownloadMaskingPolicyRequest request)
Downloads an already-generated file corresponding to the specified masking policy.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)
DownloadMaskingPolicyResponse
DataSafeClient. downloadMaskingPolicy(DownloadMaskingPolicyRequest request)
Method parameters in com.oracle.bmc.datasafe with type arguments of type DownloadMaskingPolicyRequest 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 DownloadMaskingPolicyRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return DownloadMaskingPolicyRequest Modifier and Type Method Description DownloadMaskingPolicyRequest
DownloadMaskingPolicyRequest.Builder. build()
Build the instance of DownloadMaskingPolicyRequest as configured by this builderDownloadMaskingPolicyRequest
DownloadMaskingPolicyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DownloadMaskingPolicyRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type DownloadMaskingPolicyRequest Modifier and Type Method Description DownloadMaskingPolicyRequest.Builder
DownloadMaskingPolicyRequest.Builder. copy(DownloadMaskingPolicyRequest o)
Copy method to populate the builder with values from the given instance.
-