Uses of Class
com.oracle.bmc.datasafe.requests.DownloadMaskingLogRequest
- 
Packages that use DownloadMaskingLogRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests 
- 
- 
Uses of DownloadMaskingLogRequest in com.oracle.bmc.datasafeMethods in com.oracle.bmc.datasafe with parameters of type DownloadMaskingLogRequest Modifier and Type Method Description DownloadMaskingLogResponseDataSafe. downloadMaskingLog(DownloadMaskingLogRequest request)Downloads the masking log generated by the last masking operation on a target database using the specified masking policy.Future<DownloadMaskingLogResponse>DataSafeAsync. downloadMaskingLog(DownloadMaskingLogRequest request, AsyncHandler<DownloadMaskingLogRequest,DownloadMaskingLogResponse> handler)Downloads the masking log generated by the last masking operation on a target database using the specified masking policy.Future<DownloadMaskingLogResponse>DataSafeAsyncClient. downloadMaskingLog(DownloadMaskingLogRequest request, AsyncHandler<DownloadMaskingLogRequest,DownloadMaskingLogResponse> handler)DownloadMaskingLogResponseDataSafeClient. downloadMaskingLog(DownloadMaskingLogRequest request)Method parameters in com.oracle.bmc.datasafe with type arguments of type DownloadMaskingLogRequest Modifier and Type Method Description Future<DownloadMaskingLogResponse>DataSafeAsync. downloadMaskingLog(DownloadMaskingLogRequest request, AsyncHandler<DownloadMaskingLogRequest,DownloadMaskingLogResponse> handler)Downloads the masking log generated by the last masking operation on a target database using the specified masking policy.Future<DownloadMaskingLogResponse>DataSafeAsyncClient. downloadMaskingLog(DownloadMaskingLogRequest request, AsyncHandler<DownloadMaskingLogRequest,DownloadMaskingLogResponse> handler)
- 
Uses of DownloadMaskingLogRequest in com.oracle.bmc.datasafe.requestsMethods in com.oracle.bmc.datasafe.requests that return DownloadMaskingLogRequest Modifier and Type Method Description DownloadMaskingLogRequestDownloadMaskingLogRequest.Builder. build()Build the instance of DownloadMaskingLogRequest as configured by this builderDownloadMaskingLogRequestDownloadMaskingLogRequest.Builder. buildWithoutInvocationCallback()Build the instance of DownloadMaskingLogRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type DownloadMaskingLogRequest Modifier and Type Method Description DownloadMaskingLogRequest.BuilderDownloadMaskingLogRequest.Builder. copy(DownloadMaskingLogRequest o)Copy method to populate the builder with values from the given instance.
 
-