Uses of Class
com.oracle.bmc.opsi.requests.GetAwrDatabaseReportRequest.ReportFormat
-
Packages that use GetAwrDatabaseReportRequest.ReportFormat Package Description com.oracle.bmc.opsi.requests -
-
Uses of GetAwrDatabaseReportRequest.ReportFormat in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return GetAwrDatabaseReportRequest.ReportFormat Modifier and Type Method Description static GetAwrDatabaseReportRequest.ReportFormat
GetAwrDatabaseReportRequest.ReportFormat. create(String key)
GetAwrDatabaseReportRequest.ReportFormat
GetAwrDatabaseReportRequest. getReportFormat()
The format of the AWR report.static GetAwrDatabaseReportRequest.ReportFormat
GetAwrDatabaseReportRequest.ReportFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static GetAwrDatabaseReportRequest.ReportFormat[]
GetAwrDatabaseReportRequest.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 GetAwrDatabaseReportRequest.ReportFormat Modifier and Type Method Description GetAwrDatabaseReportRequest.Builder
GetAwrDatabaseReportRequest.Builder. reportFormat(GetAwrDatabaseReportRequest.ReportFormat reportFormat)
The format of the AWR report.
-