Uses of Class
com.oracle.bmc.databasemanagement.model.SqlTuningTaskPlanStats.PlanStatus
-
Packages that use SqlTuningTaskPlanStats.PlanStatus Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of SqlTuningTaskPlanStats.PlanStatus in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return SqlTuningTaskPlanStats.PlanStatus Modifier and Type Method Description static SqlTuningTaskPlanStats.PlanStatus
SqlTuningTaskPlanStats.PlanStatus. create(String key)
SqlTuningTaskPlanStats.PlanStatus
SqlTuningTaskPlanStats. getPlanStatus()
The status of the execution using the plan.static SqlTuningTaskPlanStats.PlanStatus
SqlTuningTaskPlanStats.PlanStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static SqlTuningTaskPlanStats.PlanStatus[]
SqlTuningTaskPlanStats.PlanStatus. 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 SqlTuningTaskPlanStats.PlanStatus Modifier and Type Method Description SqlTuningTaskPlanStats.Builder
SqlTuningTaskPlanStats.Builder. planStatus(SqlTuningTaskPlanStats.PlanStatus planStatus)
The status of the execution using the plan.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type SqlTuningTaskPlanStats.PlanStatus Constructor Description SqlTuningTaskPlanStats(String planType, Map<String,Double> planStats, SqlTuningTaskPlanStats.PlanStatus planStatus)
Deprecated.
-