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