| Package | Description |
|---|---|
| com.amazonaws.services.elasticache.model |
| Modifier and Type | Method and Description |
|---|---|
static ChangeType |
ChangeType.fromValue(String value)
Use this in place of valueOf.
|
static ChangeType |
ChangeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangeType[] |
ChangeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Parameter.setChangeType(ChangeType changeType)
Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be
applied.
|
void |
CacheNodeTypeSpecificParameter.setChangeType(ChangeType changeType)
Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be
applied.
|
Parameter |
Parameter.withChangeType(ChangeType changeType)
Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be
applied.
|
CacheNodeTypeSpecificParameter |
CacheNodeTypeSpecificParameter.withChangeType(ChangeType changeType)
Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be
applied.
|
Copyright © 2021. All rights reserved.