| Package | Description |
|---|---|
| com.amazonaws.services.dax.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 name-value pairs for the parameters in the group.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateParameterGroupRequest |
UpdateParameterGroupRequest.withParameterNameValues(ParameterNameValue... parameterNameValues)
An array of name-value pairs for the parameters in the group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateParameterGroupRequest.setParameterNameValues(Collection<ParameterNameValue> parameterNameValues)
An array of name-value pairs for the parameters in the group.
|
UpdateParameterGroupRequest |
UpdateParameterGroupRequest.withParameterNameValues(Collection<ParameterNameValue> parameterNameValues)
An array of name-value pairs for the parameters in the group.
|
Copyright © 2024. All rights reserved.