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 SqlTuningTaskStatusTypes
SqlTuningTaskStatusTypes. create(String key)
SqlTuningTaskStatusTypes
SqlTuningAdvisorTaskSummaryReportTaskInfo. getStatus()
The status of the SQL Tuning Advisor task.SqlTuningTaskStatusTypes
SqlTuningAdvisorTaskSummary. getTaskStatus()
The status of the SQL Tuning Advisor task.static SqlTuningTaskStatusTypes
SqlTuningTaskStatusTypes. 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.Builder
SqlTuningAdvisorTaskSummaryReportTaskInfo.Builder. status(SqlTuningTaskStatusTypes status)
The status of the SQL Tuning Advisor task.SqlTuningAdvisorTaskSummary.Builder
SqlTuningAdvisorTaskSummary.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.
-