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.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type DownloadMaskingLogRequest Modifier and Type Method Description DownloadMaskingLogResponse
DataSafe. 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)
DownloadMaskingLogResponse
DataSafeClient. 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.requests
Methods in com.oracle.bmc.datasafe.requests that return DownloadMaskingLogRequest Modifier and Type Method Description DownloadMaskingLogRequest
DownloadMaskingLogRequest.Builder. build()
Build the instance of DownloadMaskingLogRequest as configured by this builderDownloadMaskingLogRequest
DownloadMaskingLogRequest.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.Builder
DownloadMaskingLogRequest.Builder. copy(DownloadMaskingLogRequest o)
Copy method to populate the builder with values from the given instance.
-