| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticache.model |
| Modifier and Type | Method and Description |
|---|---|
static NodeUpdateStatus |
NodeUpdateStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
NodeUpdateStatus |
CacheNodeUpdateStatus.nodeUpdateStatus()
The update status of the node
|
NodeUpdateStatus |
NodeGroupMemberUpdateStatus.nodeUpdateStatus()
The update status of the node
|
static NodeUpdateStatus |
NodeUpdateStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeUpdateStatus[] |
NodeUpdateStatus.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<NodeUpdateStatus> |
NodeUpdateStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CacheNodeUpdateStatus.Builder |
CacheNodeUpdateStatus.Builder.nodeUpdateStatus(NodeUpdateStatus nodeUpdateStatus)
The update status of the node
|
NodeGroupMemberUpdateStatus.Builder |
NodeGroupMemberUpdateStatus.Builder.nodeUpdateStatus(NodeUpdateStatus nodeUpdateStatus)
The update status of the node
|
Copyright © 2023. All rights reserved.