Uses of Class
com.oracle.bmc.datasafe.model.DownloadSecurityAssessmentReportDetails
-
Packages that use DownloadSecurityAssessmentReportDetails Package Description com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests -
-
Uses of DownloadSecurityAssessmentReportDetails in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return DownloadSecurityAssessmentReportDetails Modifier and Type Method Description DownloadSecurityAssessmentReportDetails
DownloadSecurityAssessmentReportDetails.Builder. build()
Methods in com.oracle.bmc.datasafe.model with parameters of type DownloadSecurityAssessmentReportDetails Modifier and Type Method Description DownloadSecurityAssessmentReportDetails.Builder
DownloadSecurityAssessmentReportDetails.Builder. copy(DownloadSecurityAssessmentReportDetails model)
-
Uses of DownloadSecurityAssessmentReportDetails in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return DownloadSecurityAssessmentReportDetails Modifier and Type Method Description DownloadSecurityAssessmentReportDetails
DownloadSecurityAssessmentReportRequest. getBody$()
Alternative accessor for the body parameter.DownloadSecurityAssessmentReportDetails
DownloadSecurityAssessmentReportRequest. getDownloadSecurityAssessmentReportDetails()
Details of the report.Methods in com.oracle.bmc.datasafe.requests with parameters of type DownloadSecurityAssessmentReportDetails Modifier and Type Method Description DownloadSecurityAssessmentReportRequest.Builder
DownloadSecurityAssessmentReportRequest.Builder. body$(DownloadSecurityAssessmentReportDetails body)
Alternative setter for the body parameter.DownloadSecurityAssessmentReportRequest.Builder
DownloadSecurityAssessmentReportRequest.Builder. downloadSecurityAssessmentReportDetails(DownloadSecurityAssessmentReportDetails downloadSecurityAssessmentReportDetails)
Details of the report.
-