Uses of Class
com.oracle.bmc.datasafe.responses.DownloadMaskingLogResponse
-
Packages that use DownloadMaskingLogResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of DownloadMaskingLogResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return DownloadMaskingLogResponse 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.DownloadMaskingLogResponse
DataSafeClient. downloadMaskingLog(DownloadMaskingLogRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type DownloadMaskingLogResponse 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)
Method parameters in com.oracle.bmc.datasafe with type arguments of type DownloadMaskingLogResponse 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 DownloadMaskingLogResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return DownloadMaskingLogResponse Modifier and Type Method Description DownloadMaskingLogResponse
DownloadMaskingLogResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type DownloadMaskingLogResponse Modifier and Type Method Description DownloadMaskingLogResponse.Builder
DownloadMaskingLogResponse.Builder. copy(DownloadMaskingLogResponse o)
Copy method to populate the builder with values from the given instance.
-