Uses of Class
software.amazon.awssdk.services.elasticache.model.SlaMet
-
Packages that use SlaMet Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of SlaMet in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return SlaMet Modifier and Type Method Description static SlaMetSlaMet. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SlaMetUpdateAction. slaMet()If yes, all nodes in the replication group have been updated by the recommended apply-by date.static SlaMetSlaMet. valueOf(String name)Returns the enum constant of this type with the specified name.static SlaMet[]SlaMet. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type SlaMet Modifier and Type Method Description static Set<SlaMet>SlaMet. knownValues()Methods in software.amazon.awssdk.services.elasticache.model with parameters of type SlaMet Modifier and Type Method Description UpdateAction.BuilderUpdateAction.Builder. slaMet(SlaMet slaMet)If yes, all nodes in the replication group have been updated by the recommended apply-by date.
-