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