Uses of Class
com.oracle.bmc.databasemanagement.model.SqlTuningSetStatusTypes
-
Packages that use SqlTuningSetStatusTypes Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of SqlTuningSetStatusTypes in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return SqlTuningSetStatusTypes Modifier and Type Method Description static SqlTuningSetStatusTypesSqlTuningSetStatusTypes. create(String key)SqlTuningSetStatusTypesSqlTuningSet. getStatus()Current status of the Sql tuning set.SqlTuningSetStatusTypesSqlTuningSetSummary. getStatus()Current status of the Sql tuning set.static SqlTuningSetStatusTypesSqlTuningSetStatusTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static SqlTuningSetStatusTypes[]SqlTuningSetStatusTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemanagement.model with parameters of type SqlTuningSetStatusTypes Modifier and Type Method Description SqlTuningSet.BuilderSqlTuningSet.Builder. status(SqlTuningSetStatusTypes status)Current status of the Sql tuning set.SqlTuningSetSummary.BuilderSqlTuningSetSummary.Builder. status(SqlTuningSetStatusTypes status)Current status of the Sql tuning set.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type SqlTuningSetStatusTypes Constructor Description SqlTuningSet(Integer id, String owner, String name, Integer statementCount, Date timeCreated, String description, Date timeLastModified, SqlTuningSetStatusTypes status, String scheduledJobName, String errorMessage, SqlTuningSet.AllSqlStatementsFetched allSqlStatementsFetched, List<SqlInSqlTuningSet> sqlList)Deprecated.SqlTuningSetSummary(String name, String owner, String description, Integer statementCounts, Integer id, Date timeCreated, Date timeLastModified, SqlTuningSetStatusTypes status, String scheduledJobName, String errorMessage)Deprecated.
-