Uses of Class
software.amazon.awssdk.services.elasticache.model.AZMode
-
Packages that use AZMode Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of AZMode in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return AZMode Modifier and Type Method Description AZModeCreateCacheClusterRequest. azMode()Specifies whether the nodes in this Memcached cluster are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.AZModeModifyCacheClusterRequest. azMode()Specifies whether the new nodes in this Memcached cluster are all created in a single Availability Zone or created across multiple Availability Zones.static AZModeAZMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AZModeAZMode. valueOf(String name)Returns the enum constant of this type with the specified name.static AZMode[]AZMode. 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 AZMode Modifier and Type Method Description static Set<AZMode>AZMode. knownValues()Methods in software.amazon.awssdk.services.elasticache.model with parameters of type AZMode Modifier and Type Method Description CreateCacheClusterRequest.BuilderCreateCacheClusterRequest.Builder. azMode(AZMode azMode)Specifies whether the nodes in this Memcached cluster are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.ModifyCacheClusterRequest.BuilderModifyCacheClusterRequest.Builder. azMode(AZMode azMode)Specifies whether the new nodes in this Memcached cluster are all created in a single Availability Zone or created across multiple Availability Zones.
-