Uses of Enum
com.amazonaws.services.elasticache.model.AZMode
Packages that use AZMode
-
Uses of AZMode in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return AZModeModifier and TypeMethodDescriptionstatic AZMode
Use this in place of valueOf.static AZMode
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 com.amazonaws.services.elasticache.model with parameters of type AZModeModifier and TypeMethodDescriptionvoid
Specifies whether the nodes in this Memcached node group are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.void
Specifies whether the new nodes in this Memcached cache cluster are all created in a single Availability Zone or created across multiple Availability Zones.CreateCacheClusterRequest.withAZMode
(AZMode aZMode) Specifies whether the nodes in this Memcached node group are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.ModifyCacheClusterRequest.withAZMode
(AZMode aZMode) Specifies whether the new nodes in this Memcached cache cluster are all created in a single Availability Zone or created across multiple Availability Zones.