| Package | Description |
|---|---|
| com.amazonaws.services.memorydb.model |
| Modifier and Type | Method and Description |
|---|---|
ParameterNameValue |
ParameterNameValue.clone() |
ParameterNameValue |
ParameterNameValue.withParameterName(String parameterName)
The name of the parameter
|
ParameterNameValue |
ParameterNameValue.withParameterValue(String parameterValue)
The value of the parameter
|
| Modifier and Type | Method and Description |
|---|---|
List<ParameterNameValue> |
UpdateParameterGroupRequest.getParameterNameValues()
An array of parameter names and values for the parameter update.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateParameterGroupRequest |
UpdateParameterGroupRequest.withParameterNameValues(ParameterNameValue... parameterNameValues)
An array of parameter names and values for the parameter update.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateParameterGroupRequest.setParameterNameValues(Collection<ParameterNameValue> parameterNameValues)
An array of parameter names and values for the parameter update.
|
UpdateParameterGroupRequest |
UpdateParameterGroupRequest.withParameterNameValues(Collection<ParameterNameValue> parameterNameValues)
An array of parameter names and values for the parameter update.
|
Copyright © 2023. All rights reserved.