Uses of Class
com.oracle.bmc.databasemanagement.model.IormPlanObjectiveEnum
-
Packages that use IormPlanObjectiveEnum Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of IormPlanObjectiveEnum in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return IormPlanObjectiveEnum Modifier and Type Method Description static IormPlanObjectiveEnum
IormPlanObjectiveEnum. create(String key)
IormPlanObjectiveEnum
IormPlan. getPlanObjective()
The objective of the IORM plan.static IormPlanObjectiveEnum
IormPlanObjectiveEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static IormPlanObjectiveEnum[]
IormPlanObjectiveEnum. 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 IormPlanObjectiveEnum Modifier and Type Method Description IormPlan.Builder
IormPlan.Builder. planObjective(IormPlanObjectiveEnum planObjective)
The objective of the IORM plan.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type IormPlanObjectiveEnum Constructor Description IormPlan(IormPlanStatusEnum planStatus, IormPlanObjectiveEnum planObjective, DatabasePlan dbPlan)
Deprecated.
-