Uses of Class
software.amazon.awssdk.services.memorydb.model.UpdateStrategy
-
Packages that use UpdateStrategy Package Description software.amazon.awssdk.services.memorydb.model -
-
Uses of UpdateStrategy in software.amazon.awssdk.services.memorydb.model
Methods in software.amazon.awssdk.services.memorydb.model that return UpdateStrategy Modifier and Type Method Description static UpdateStrategyUpdateStrategy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.UpdateStrategyUpdateMultiRegionClusterRequest. updateStrategy()Whether to force the update even if it may cause data loss.static UpdateStrategyUpdateStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static UpdateStrategy[]UpdateStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.memorydb.model that return types with arguments of type UpdateStrategy Modifier and Type Method Description static Set<UpdateStrategy>UpdateStrategy. knownValues()Methods in software.amazon.awssdk.services.memorydb.model with parameters of type UpdateStrategy Modifier and Type Method Description UpdateMultiRegionClusterRequest.BuilderUpdateMultiRegionClusterRequest.Builder. updateStrategy(UpdateStrategy updateStrategy)Whether to force the update even if it may cause data loss.
-