Uses of Class
com.oracle.bmc.mysql.model.ControlledUpdateTargetDbInstances
-
Packages that use ControlledUpdateTargetDbInstances Package Description com.oracle.bmc.mysql.model -
-
Uses of ControlledUpdateTargetDbInstances in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return ControlledUpdateTargetDbInstances Modifier and Type Method Description static ControlledUpdateTargetDbInstancesControlledUpdateTargetDbInstances. create(String key)ControlledUpdateTargetDbInstancesControlledUpdate. getTargetDbInstances()Defines the MySQL instances to be operated during a controlled update.ControlledUpdateTargetDbInstancesControlledUpdateDbSystemDetails. getTargetDbInstances()Defines the MySQL instances to be operated during a controlled update.static ControlledUpdateTargetDbInstancesControlledUpdateTargetDbInstances. valueOf(String name)Returns the enum constant of this type with the specified name.static ControlledUpdateTargetDbInstances[]ControlledUpdateTargetDbInstances. 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 ControlledUpdateTargetDbInstances Modifier and Type Method Description ControlledUpdate.BuilderControlledUpdate.Builder. targetDbInstances(ControlledUpdateTargetDbInstances targetDbInstances)Defines the MySQL instances to be operated during a controlled update.ControlledUpdateDbSystemDetails.BuilderControlledUpdateDbSystemDetails.Builder. targetDbInstances(ControlledUpdateTargetDbInstances targetDbInstances)Defines the MySQL instances to be operated during a controlled update.Constructors in com.oracle.bmc.mysql.model with parameters of type ControlledUpdateTargetDbInstances Constructor Description ControlledUpdate(String targetMysqlVersion, ControlledUpdateTargetDbInstances targetDbInstances)Deprecated.ControlledUpdateDbSystemDetails(String targetMysqlVersion, ControlledUpdateTargetDbInstances targetDbInstances)Deprecated.
-