Uses of Class
software.amazon.awssdk.services.dax.model.ParameterNameValue
-
Packages that use ParameterNameValue Package Description software.amazon.awssdk.services.dax.model -
-
Uses of ParameterNameValue in software.amazon.awssdk.services.dax.model
Methods in software.amazon.awssdk.services.dax.model that return types with arguments of type ParameterNameValue Modifier and Type Method Description List<ParameterNameValue>UpdateParameterGroupRequest. parameterNameValues()An array of name-value pairs for the parameters in the group.Methods in software.amazon.awssdk.services.dax.model with parameters of type ParameterNameValue Modifier and Type Method Description UpdateParameterGroupRequest.BuilderUpdateParameterGroupRequest.Builder. parameterNameValues(ParameterNameValue... parameterNameValues)An array of name-value pairs for the parameters in the group.Method parameters in software.amazon.awssdk.services.dax.model with type arguments of type ParameterNameValue Modifier and Type Method Description UpdateParameterGroupRequest.BuilderUpdateParameterGroupRequest.Builder. parameterNameValues(Collection<ParameterNameValue> parameterNameValues)An array of name-value pairs for the parameters in the group.
-