Uses of Class
com.oracle.bmc.datasafe.model.ReportDetails
-
Packages that use ReportDetails Package Description com.oracle.bmc.datasafe.model -
-
Uses of ReportDetails in com.oracle.bmc.datasafe.model
Subclasses of ReportDetails in com.oracle.bmc.datasafe.model Modifier and Type Class Description class
ScheduleAuditReportDetails
Details for the audit report schedule.Methods in com.oracle.bmc.datasafe.model that return ReportDetails Modifier and Type Method Description ReportDetails
ScheduleReportDetails. getReportDetails()
Methods in com.oracle.bmc.datasafe.model with parameters of type ReportDetails Modifier and Type Method Description ScheduleReportDetails.Builder
ScheduleReportDetails.Builder. reportDetails(ReportDetails reportDetails)
Constructors in com.oracle.bmc.datasafe.model with parameters of type ReportDetails Constructor Description ScheduleReportDetails(String displayName, String schedule, ScheduleReportDetails.MimeType mimeType, String compartmentId, ReportDetails reportDetails)
Deprecated.
-