Uses of Class
com.oracle.bmc.mysql.model.MaintenanceAction
-
Packages that use MaintenanceAction Package Description com.oracle.bmc.mysql.model com.oracle.bmc.mysql.requests -
-
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 MaintenanceActionMaintenanceAction. create(String key)MaintenanceActionMaintenanceEvent. getMaintenanceAction()The nature of the maintenance event.static MaintenanceActionMaintenanceAction. 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.Methods in com.oracle.bmc.mysql.model with parameters of type MaintenanceAction Modifier and Type Method Description MaintenanceEvent.BuilderMaintenanceEvent.Builder. maintenanceAction(MaintenanceAction maintenanceAction)The nature of the maintenance event.Constructors in com.oracle.bmc.mysql.model with parameters of type MaintenanceAction Constructor Description MaintenanceEvent(String dbSystemId, String compartmentId, String maintenanceNotes, Date timeCreated, Date timeStarted, Date timeEnded, Date timeMysqlSwitchOverStarted, Date timeMysqlSwitchOverEnded, String mysqlVersionBeforeMaintenance, String mysqlVersionAfterMaintenance, MaintenanceScope maintenanceScope, MaintenanceType maintenanceType, MaintenanceAction maintenanceAction, MaintenanceEvent.MaintenanceStatus maintenanceStatus)Deprecated. -
Uses of MaintenanceAction in com.oracle.bmc.mysql.requests
Methods in com.oracle.bmc.mysql.requests that return MaintenanceAction Modifier and Type Method Description MaintenanceActionListMaintenanceEventsRequest. getMaintenanceAction()The nature of the maintenance event.Methods in com.oracle.bmc.mysql.requests with parameters of type MaintenanceAction Modifier and Type Method Description ListMaintenanceEventsRequest.BuilderListMaintenanceEventsRequest.Builder. maintenanceAction(MaintenanceAction maintenanceAction)The nature of the maintenance event.
-