Uses of Enum
software.amazon.awssdk.services.rds.model.UpgradeRolloutOrder
Packages that use UpgradeRolloutOrder
-
Uses of UpgradeRolloutOrder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return UpgradeRolloutOrderModifier and TypeMethodDescriptionstatic UpgradeRolloutOrderUse this in place of valueOf to convert the raw string returned by the service into the enum value.final UpgradeRolloutOrderDBCluster.upgradeRolloutOrder()This data type represents the order in which the clusters are upgraded.final UpgradeRolloutOrderDBInstance.upgradeRolloutOrder()This data type represents the order in which the instances are upgraded.static UpgradeRolloutOrderReturns 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 UpgradeRolloutOrderModifier and TypeMethodDescriptionstatic Set<UpgradeRolloutOrder>UpgradeRolloutOrder.knownValues()Methods in software.amazon.awssdk.services.rds.model with parameters of type UpgradeRolloutOrderModifier and TypeMethodDescriptionDBCluster.Builder.upgradeRolloutOrder(UpgradeRolloutOrder upgradeRolloutOrder) This data type represents the order in which the clusters are upgraded.DBInstance.Builder.upgradeRolloutOrder(UpgradeRolloutOrder upgradeRolloutOrder) This data type represents the order in which the instances are upgraded.