Uses of Class
com.oracle.bmc.opsi.requests.GetAwrDatabaseSqlReportRequest.ReportFormat
-
Packages that use GetAwrDatabaseSqlReportRequest.ReportFormat Package Description com.oracle.bmc.opsi.requests -
-
Uses of GetAwrDatabaseSqlReportRequest.ReportFormat in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return GetAwrDatabaseSqlReportRequest.ReportFormat Modifier and Type Method Description static GetAwrDatabaseSqlReportRequest.ReportFormat
GetAwrDatabaseSqlReportRequest.ReportFormat. create(String key)
GetAwrDatabaseSqlReportRequest.ReportFormat
GetAwrDatabaseSqlReportRequest. getReportFormat()
The format of the AWR report.static GetAwrDatabaseSqlReportRequest.ReportFormat
GetAwrDatabaseSqlReportRequest.ReportFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static GetAwrDatabaseSqlReportRequest.ReportFormat[]
GetAwrDatabaseSqlReportRequest.ReportFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.opsi.requests with parameters of type GetAwrDatabaseSqlReportRequest.ReportFormat Modifier and Type Method Description GetAwrDatabaseSqlReportRequest.Builder
GetAwrDatabaseSqlReportRequest.Builder. reportFormat(GetAwrDatabaseSqlReportRequest.ReportFormat reportFormat)
The format of the AWR report.
-