Uses of Class
com.oracle.bmc.databasemanagement.model.SqlTuningAdvisorTaskSummaryReportObjectStatFindingSummary
-
Packages that use SqlTuningAdvisorTaskSummaryReportObjectStatFindingSummary Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of SqlTuningAdvisorTaskSummaryReportObjectStatFindingSummary in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return SqlTuningAdvisorTaskSummaryReportObjectStatFindingSummary Modifier and Type Method Description SqlTuningAdvisorTaskSummaryReportObjectStatFindingSummarySqlTuningAdvisorTaskSummaryReportObjectStatFindingSummary.Builder. build()Methods in com.oracle.bmc.databasemanagement.model that return types with arguments of type SqlTuningAdvisorTaskSummaryReportObjectStatFindingSummary Modifier and Type Method Description List<SqlTuningAdvisorTaskSummaryReportObjectStatFindingSummary>SqlTuningAdvisorTaskSummaryReport. getObjectStatFindings()The list of object findings related to statistics.Methods in com.oracle.bmc.databasemanagement.model with parameters of type SqlTuningAdvisorTaskSummaryReportObjectStatFindingSummary Modifier and Type Method Description SqlTuningAdvisorTaskSummaryReportObjectStatFindingSummary.BuilderSqlTuningAdvisorTaskSummaryReportObjectStatFindingSummary.Builder. copy(SqlTuningAdvisorTaskSummaryReportObjectStatFindingSummary model)Method parameters in com.oracle.bmc.databasemanagement.model with type arguments of type SqlTuningAdvisorTaskSummaryReportObjectStatFindingSummary Modifier and Type Method Description SqlTuningAdvisorTaskSummaryReport.BuilderSqlTuningAdvisorTaskSummaryReport.Builder. objectStatFindings(List<SqlTuningAdvisorTaskSummaryReportObjectStatFindingSummary> objectStatFindings)The list of object findings related to statistics.Constructor parameters in com.oracle.bmc.databasemanagement.model with type arguments of type SqlTuningAdvisorTaskSummaryReportObjectStatFindingSummary Constructor Description SqlTuningAdvisorTaskSummaryReport(SqlTuningAdvisorTaskSummaryReportTaskInfo taskInfo, SqlTuningAdvisorTaskSummaryReportStatistics statistics, List<SqlTuningAdvisorTaskSummaryReportObjectStatFindingSummary> objectStatFindings, List<SqlTuningAdvisorTaskSummaryReportIndexFindingSummary> indexFindings)Deprecated.
-