Package | Description |
---|---|
com.amazonaws.services.elasticache.model |
Modifier and Type | Method and Description |
---|---|
static OutpostMode |
OutpostMode.fromValue(String value)
Use this in place of valueOf.
|
static OutpostMode |
OutpostMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutpostMode[] |
OutpostMode.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.setOutpostMode(OutpostMode outpostMode)
Specifies whether the nodes in the cluster are created in a single outpost or across multiple outposts.
|
CreateCacheClusterRequest |
CreateCacheClusterRequest.withOutpostMode(OutpostMode outpostMode)
Specifies whether the nodes in the cluster are created in a single outpost or across multiple outposts.
|
Copyright © 2023. All rights reserved.