Uses of Class
software.amazon.awssdk.services.elasticache.model.ParameterNameValue
-
Packages that use ParameterNameValue Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of ParameterNameValue in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type ParameterNameValue Modifier and Type Method Description List<ParameterNameValue>ModifyCacheParameterGroupRequest. parameterNameValues()An array of parameter names and values for the parameter update.List<ParameterNameValue>ResetCacheParameterGroupRequest. parameterNameValues()An array of parameter names to reset to their default values.Methods in software.amazon.awssdk.services.elasticache.model with parameters of type ParameterNameValue Modifier and Type Method Description ModifyCacheParameterGroupRequest.BuilderModifyCacheParameterGroupRequest.Builder. parameterNameValues(ParameterNameValue... parameterNameValues)An array of parameter names and values for the parameter update.ResetCacheParameterGroupRequest.BuilderResetCacheParameterGroupRequest.Builder. parameterNameValues(ParameterNameValue... parameterNameValues)An array of parameter names to reset to their default values.Method parameters in software.amazon.awssdk.services.elasticache.model with type arguments of type ParameterNameValue Modifier and Type Method Description ModifyCacheParameterGroupRequest.BuilderModifyCacheParameterGroupRequest.Builder. parameterNameValues(Collection<ParameterNameValue> parameterNameValues)An array of parameter names and values for the parameter update.ResetCacheParameterGroupRequest.BuilderResetCacheParameterGroupRequest.Builder. parameterNameValues(Collection<ParameterNameValue> parameterNameValues)An array of parameter names to reset to their default values.
-