Uses of Class
com.oracle.bmc.databasemanagement.model.LoadSqlTuningSetDetails.UpdateCondition
-
Packages that use LoadSqlTuningSetDetails.UpdateCondition Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of LoadSqlTuningSetDetails.UpdateCondition in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return LoadSqlTuningSetDetails.UpdateCondition Modifier and Type Method Description static LoadSqlTuningSetDetails.UpdateCondition
LoadSqlTuningSetDetails.UpdateCondition. create(String key)
LoadSqlTuningSetDetails.UpdateCondition
LoadSqlTuningSetDetails. getUpdateCondition()
Specifies when to perform the update.static LoadSqlTuningSetDetails.UpdateCondition
LoadSqlTuningSetDetails.UpdateCondition. valueOf(String name)
Returns the enum constant of this type with the specified name.static LoadSqlTuningSetDetails.UpdateCondition[]
LoadSqlTuningSetDetails.UpdateCondition. 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 LoadSqlTuningSetDetails.UpdateCondition Modifier and Type Method Description LoadSqlTuningSetDetails.Builder
LoadSqlTuningSetDetails.Builder. updateCondition(LoadSqlTuningSetDetails.UpdateCondition updateCondition)
Specifies when to perform the update.
-