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