Uses of Class
com.oracle.bmc.databasemanagement.model.SqlTuningAdvisorTaskSummaryReportStatistics
-
Packages that use SqlTuningAdvisorTaskSummaryReportStatistics Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of SqlTuningAdvisorTaskSummaryReportStatistics in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return SqlTuningAdvisorTaskSummaryReportStatistics Modifier and Type Method Description SqlTuningAdvisorTaskSummaryReportStatisticsSqlTuningAdvisorTaskSummaryReportStatistics.Builder. build()SqlTuningAdvisorTaskSummaryReportStatisticsSqlTuningAdvisorTaskSummaryReport. getStatistics()Methods in com.oracle.bmc.databasemanagement.model with parameters of type SqlTuningAdvisorTaskSummaryReportStatistics Modifier and Type Method Description SqlTuningAdvisorTaskSummaryReportStatistics.BuilderSqlTuningAdvisorTaskSummaryReportStatistics.Builder. copy(SqlTuningAdvisorTaskSummaryReportStatistics model)SqlTuningAdvisorTaskSummaryReport.BuilderSqlTuningAdvisorTaskSummaryReport.Builder. statistics(SqlTuningAdvisorTaskSummaryReportStatistics statistics)Constructors in com.oracle.bmc.databasemanagement.model with parameters of type SqlTuningAdvisorTaskSummaryReportStatistics Constructor Description SqlTuningAdvisorTaskSummaryReport(SqlTuningAdvisorTaskSummaryReportTaskInfo taskInfo, SqlTuningAdvisorTaskSummaryReportStatistics statistics, List<SqlTuningAdvisorTaskSummaryReportObjectStatFindingSummary> objectStatFindings, List<SqlTuningAdvisorTaskSummaryReportIndexFindingSummary> indexFindings)Deprecated.
-