Uses of Class
com.oracle.bmc.mysql.model.MaintenanceAction
-
Packages that use MaintenanceAction Package Description com.oracle.bmc.mysql.model -
-
Uses of MaintenanceAction in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return MaintenanceAction Modifier and Type Method Description static MaintenanceAction
MaintenanceAction. create(String key)
static MaintenanceAction
MaintenanceAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static MaintenanceAction[]
MaintenanceAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-