Package | Description |
---|---|
com.amazonaws.services.elasticache.model |
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 |
CreateCacheClusterRequest.setAZMode(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.
|
void |
ModifyCacheClusterRequest.setAZMode(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.
|
CreateCacheClusterRequest |
CreateCacheClusterRequest.withAZMode(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 |
ModifyCacheClusterRequest.withAZMode(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.
|
Copyright © 2018. All rights reserved.