Uses of Class
com.oracle.bmc.datasafe.requests.DownloadMaskingReportRequest
-
Packages that use DownloadMaskingReportRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of DownloadMaskingReportRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type DownloadMaskingReportRequest Modifier and Type Method Description DownloadMaskingReportResponse
DataSafe. downloadMaskingReport(DownloadMaskingReportRequest request)
Downloads an already-generated masking report.Future<DownloadMaskingReportResponse>
DataSafeAsync. downloadMaskingReport(DownloadMaskingReportRequest request, AsyncHandler<DownloadMaskingReportRequest,DownloadMaskingReportResponse> handler)
Downloads an already-generated masking report.Future<DownloadMaskingReportResponse>
DataSafeAsyncClient. downloadMaskingReport(DownloadMaskingReportRequest request, AsyncHandler<DownloadMaskingReportRequest,DownloadMaskingReportResponse> handler)
DownloadMaskingReportResponse
DataSafeClient. downloadMaskingReport(DownloadMaskingReportRequest request)
Method parameters in com.oracle.bmc.datasafe with type arguments of type DownloadMaskingReportRequest Modifier and Type Method Description Future<DownloadMaskingReportResponse>
DataSafeAsync. downloadMaskingReport(DownloadMaskingReportRequest request, AsyncHandler<DownloadMaskingReportRequest,DownloadMaskingReportResponse> handler)
Downloads an already-generated masking report.Future<DownloadMaskingReportResponse>
DataSafeAsyncClient. downloadMaskingReport(DownloadMaskingReportRequest request, AsyncHandler<DownloadMaskingReportRequest,DownloadMaskingReportResponse> handler)
-
Uses of DownloadMaskingReportRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return DownloadMaskingReportRequest Modifier and Type Method Description DownloadMaskingReportRequest
DownloadMaskingReportRequest.Builder. build()
Build the instance of DownloadMaskingReportRequest as configured by this builderDownloadMaskingReportRequest
DownloadMaskingReportRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DownloadMaskingReportRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type DownloadMaskingReportRequest Modifier and Type Method Description DownloadMaskingReportRequest.Builder
DownloadMaskingReportRequest.Builder. copy(DownloadMaskingReportRequest o)
Copy method to populate the builder with values from the given instance.
-