Uses of Enum
com.amazonaws.services.elasticache.model.AZMode
Packages that use AZMode
-
Uses of AZMode in com.amazonaws.services.elasticache.model
Subclasses with type arguments of type AZMode in com.amazonaws.services.elasticache.modelMethods in com.amazonaws.services.elasticache.model that return AZModeModifier and TypeMethodDescriptionstatic AZModeUse this in place of valueOf.static AZModeReturns 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 TypeMethodDescriptionvoidSpecifies 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.voidSpecifies 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.