Uses of Class
com.oracle.bmc.opsi.model.AwrReportFormatType
-
Packages that use AwrReportFormatType Package Description com.oracle.bmc.opsi.model com.oracle.bmc.opsi.requests -
-
Uses of AwrReportFormatType in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return AwrReportFormatType Modifier and Type Method Description static AwrReportFormatTypeAwrReportFormatType. create(String key)AwrReportFormatTypeAwrReport. getFormat()The format of the report.static AwrReportFormatTypeAwrReportFormatType. valueOf(String name)Returns the enum constant of this type with the specified name.static AwrReportFormatType[]AwrReportFormatType. 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 AwrReportFormatType Modifier and Type Method Description AwrReport.BuilderAwrReport.Builder. format(AwrReportFormatType format)The format of the report.Constructors in com.oracle.bmc.opsi.model with parameters of type AwrReportFormatType Constructor Description AwrReport(String content, AwrReportFormatType format)Deprecated. -
Uses of AwrReportFormatType in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return AwrReportFormatType Modifier and Type Method Description AwrReportFormatTypeGetAwrReportRequest. getReportFormat()The format of the AWR report.Methods in com.oracle.bmc.opsi.requests with parameters of type AwrReportFormatType Modifier and Type Method Description GetAwrReportRequest.BuilderGetAwrReportRequest.Builder. reportFormat(AwrReportFormatType reportFormat)The format of the AWR report.
-