| Package | Description |
|---|---|
| software.amazon.awssdk.services.dax.model |
| Modifier and Type | Method and Description |
|---|---|
static IsModifiable |
IsModifiable.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
IsModifiable |
Parameter.isModifiable()
Whether the customer is allowed to modify the parameter.
|
static IsModifiable |
IsModifiable.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IsModifiable[] |
IsModifiable.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<IsModifiable> |
IsModifiable.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Parameter.Builder |
Parameter.Builder.isModifiable(IsModifiable isModifiable)
Whether the customer is allowed to modify the parameter.
|
Copyright © 2022. All rights reserved.