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