Uses of Class
com.oracle.bmc.databasemanagement.model.SqlTuningTaskStatusTypes
-
Packages that use SqlTuningTaskStatusTypes Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of SqlTuningTaskStatusTypes in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return SqlTuningTaskStatusTypes Modifier and Type Method Description static SqlTuningTaskStatusTypesSqlTuningTaskStatusTypes. create(String key)SqlTuningTaskStatusTypesSqlTuningAdvisorTaskSummaryReportTaskInfo. getStatus()The status of the SQL Tuning Advisor task.SqlTuningTaskStatusTypesSqlTuningAdvisorTaskSummary. getTaskStatus()The status of the SQL Tuning Advisor task.static SqlTuningTaskStatusTypesSqlTuningTaskStatusTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static SqlTuningTaskStatusTypes[]SqlTuningTaskStatusTypes. 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 SqlTuningTaskStatusTypes Modifier and Type Method Description SqlTuningAdvisorTaskSummaryReportTaskInfo.BuilderSqlTuningAdvisorTaskSummaryReportTaskInfo.Builder. status(SqlTuningTaskStatusTypes status)The status of the SQL Tuning Advisor task.SqlTuningAdvisorTaskSummary.BuilderSqlTuningAdvisorTaskSummary.Builder. taskStatus(SqlTuningTaskStatusTypes taskStatus)The status of the SQL Tuning Advisor task.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type SqlTuningTaskStatusTypes Constructor Description SqlTuningAdvisorTaskSummary(Long sqlTuningAdvisorTaskId, Integer instanceId, String name, String description, String owner, Date timeCreated, SqlTuningTaskStatusTypes taskStatus, Integer daysToExpire, Date timeExecutionStarted, Date timeExecutionEnded, Integer totalSqlStatements, Integer recommendationCount)Deprecated.SqlTuningAdvisorTaskSummaryReportTaskInfo(Long id, String name, String description, String owner, SqlTuningTaskStatusTypes status, Date timeStarted, Date timeEnded, Integer runningTime)Deprecated.
-