Package | Description |
---|---|
com.amazonaws.services.elasticache.model |
Classes modeling the various types represented by AmazonElastiCache.
|
Modifier and Type | Method and Description |
---|---|
static AZMode |
AZMode.fromValue(String value)
Use this in place of valueOf.
|
static AZMode |
AZMode.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.
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyCacheClusterRequest.setAZMode(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.
|
void |
CreateCacheClusterRequest.setAZMode(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 |
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.
|
CreateCacheClusterRequest |
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.
|
Copyright © 2015. All rights reserved.