| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticache.model |
| Modifier and Type | Method and Description |
|---|---|
AZMode |
ModifyCacheClusterRequest.azMode()
Specifies whether the new nodes in this Memcached cluster are all created in a single Availability Zone or
created across multiple Availability Zones.
|
AZMode |
CreateCacheClusterRequest.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.
|
static AZMode |
AZMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<AZMode> |
AZMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ModifyCacheClusterRequest.Builder |
ModifyCacheClusterRequest.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.
|
CreateCacheClusterRequest.Builder |
CreateCacheClusterRequest.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.
|
Copyright © 2023. All rights reserved.