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.Format
AwrDatabaseSqlReport.Format. create(String key)
AwrDatabaseSqlReport.Format
AwrDatabaseSqlReport. getFormat()
The format of the report.static AwrDatabaseSqlReport.Format
AwrDatabaseSqlReport.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.Builder
AwrDatabaseSqlReport.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.
-