Uses of Class
software.amazon.awssdk.services.rds.model.UpgradeRolloutOrder
-
Packages that use UpgradeRolloutOrder Package Description software.amazon.awssdk.services.rds.model -
-
Uses of UpgradeRolloutOrder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return UpgradeRolloutOrder Modifier and Type Method Description static UpgradeRolloutOrderUpgradeRolloutOrder. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.UpgradeRolloutOrderDBCluster. upgradeRolloutOrder()This data type represents the order in which the clusters are upgraded.UpgradeRolloutOrderDBInstance. upgradeRolloutOrder()This data type represents the order in which the instances are upgraded.static UpgradeRolloutOrderUpgradeRolloutOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static UpgradeRolloutOrder[]UpgradeRolloutOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type UpgradeRolloutOrder Modifier and Type Method Description static Set<UpgradeRolloutOrder>UpgradeRolloutOrder. knownValues()Methods in software.amazon.awssdk.services.rds.model with parameters of type UpgradeRolloutOrder Modifier and Type Method Description DBCluster.BuilderDBCluster.Builder. upgradeRolloutOrder(UpgradeRolloutOrder upgradeRolloutOrder)This data type represents the order in which the clusters are upgraded.DBInstance.BuilderDBInstance.Builder. upgradeRolloutOrder(UpgradeRolloutOrder upgradeRolloutOrder)This data type represents the order in which the instances are upgraded.
-