Uses of Class
com.oracle.bmc.opsi.model.AwrDatabaseReport.Format
-
Packages that use AwrDatabaseReport.Format Package Description com.oracle.bmc.opsi.model -
-
Uses of AwrDatabaseReport.Format in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return AwrDatabaseReport.Format Modifier and Type Method Description static AwrDatabaseReport.Format
AwrDatabaseReport.Format. create(String key)
AwrDatabaseReport.Format
AwrDatabaseReport. getFormat()
The format of the report.static AwrDatabaseReport.Format
AwrDatabaseReport.Format. valueOf(String name)
Returns the enum constant of this type with the specified name.static AwrDatabaseReport.Format[]
AwrDatabaseReport.Format. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.opsi.model with parameters of type AwrDatabaseReport.Format Modifier and Type Method Description AwrDatabaseReport.Builder
AwrDatabaseReport.Builder. format(AwrDatabaseReport.Format format)
The format of the report.Constructors in com.oracle.bmc.opsi.model with parameters of type AwrDatabaseReport.Format Constructor Description AwrDatabaseReport(String name, String version, Double dbQueryTimeInSecs, String content, AwrDatabaseReport.Format format)
Deprecated.
-