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