Uses of Class
com.oracle.bmc.opsi.model.AwrDatabaseSqlReport.Format
-
Packages that use AwrDatabaseSqlReport.Format Package Description com.oracle.bmc.opsi.model -
-
Uses of AwrDatabaseSqlReport.Format in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return AwrDatabaseSqlReport.Format Modifier and Type Method Description static AwrDatabaseSqlReport.FormatAwrDatabaseSqlReport.Format. create(String key)AwrDatabaseSqlReport.FormatAwrDatabaseSqlReport. getFormat()The format of the report.static AwrDatabaseSqlReport.FormatAwrDatabaseSqlReport.Format. valueOf(String name)Returns the enum constant of this type with the specified name.static AwrDatabaseSqlReport.Format[]AwrDatabaseSqlReport.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 AwrDatabaseSqlReport.Format Modifier and Type Method Description AwrDatabaseSqlReport.BuilderAwrDatabaseSqlReport.Builder. format(AwrDatabaseSqlReport.Format format)The format of the report.Constructors in com.oracle.bmc.opsi.model with parameters of type AwrDatabaseSqlReport.Format Constructor Description AwrDatabaseSqlReport(String name, String version, Double dbQueryTimeInSecs, String content, AwrDatabaseSqlReport.Format format)Deprecated.
-