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