Uses of Class
com.oracle.bmc.datasafe.requests.DownloadSecurityAssessmentReportRequest
-
Packages that use DownloadSecurityAssessmentReportRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of DownloadSecurityAssessmentReportRequest in com.oracle.bmc.datasafe
Method parameters in com.oracle.bmc.datasafe with type arguments of type DownloadSecurityAssessmentReportRequest Modifier and Type Method Description Future<DownloadSecurityAssessmentReportResponse>
DataSafeAsync. downloadSecurityAssessmentReport(DownloadSecurityAssessmentReportRequest request, AsyncHandler<DownloadSecurityAssessmentReportRequest,DownloadSecurityAssessmentReportResponse> handler)
Downloads the report of the specified security assessment.Future<DownloadSecurityAssessmentReportResponse>
DataSafeAsyncClient. downloadSecurityAssessmentReport(DownloadSecurityAssessmentReportRequest request, AsyncHandler<DownloadSecurityAssessmentReportRequest,DownloadSecurityAssessmentReportResponse> handler)
-
Uses of DownloadSecurityAssessmentReportRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return DownloadSecurityAssessmentReportRequest Modifier and Type Method Description DownloadSecurityAssessmentReportRequest
DownloadSecurityAssessmentReportRequest.Builder. build()
Build the instance of DownloadSecurityAssessmentReportRequest as configured by this builderDownloadSecurityAssessmentReportRequest
DownloadSecurityAssessmentReportRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DownloadSecurityAssessmentReportRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type DownloadSecurityAssessmentReportRequest Modifier and Type Method Description DownloadSecurityAssessmentReportRequest.Builder
DownloadSecurityAssessmentReportRequest.Builder. copy(DownloadSecurityAssessmentReportRequest o)
Copy method to populate the builder with values from the given instance.
-