Uses of Class
com.amazonaws.services.elasticache.model.ModifyCacheParameterGroupRequest
Packages that use ModifyCacheParameterGroupRequest
-
Uses of ModifyCacheParameterGroupRequest in com.amazonaws.services.elasticache
Methods in com.amazonaws.services.elasticache with parameters of type ModifyCacheParameterGroupRequestModifier and TypeMethodDescriptionAbstractAmazonElastiCache.modifyCacheParameterGroup(ModifyCacheParameterGroupRequest request) AmazonElastiCache.modifyCacheParameterGroup(ModifyCacheParameterGroupRequest modifyCacheParameterGroupRequest) The ModifyCacheParameterGroup action modifies the parameters of a cache parameter group.AmazonElastiCacheClient.modifyCacheParameterGroup(ModifyCacheParameterGroupRequest modifyCacheParameterGroupRequest) The ModifyCacheParameterGroup action modifies the parameters of a cache parameter group.AbstractAmazonElastiCacheAsync.modifyCacheParameterGroupAsync(ModifyCacheParameterGroupRequest request) AbstractAmazonElastiCacheAsync.modifyCacheParameterGroupAsync(ModifyCacheParameterGroupRequest request, AsyncHandler<ModifyCacheParameterGroupRequest, ModifyCacheParameterGroupResult> asyncHandler) AmazonElastiCacheAsync.modifyCacheParameterGroupAsync(ModifyCacheParameterGroupRequest modifyCacheParameterGroupRequest) The ModifyCacheParameterGroup action modifies the parameters of a cache parameter group.AmazonElastiCacheAsync.modifyCacheParameterGroupAsync(ModifyCacheParameterGroupRequest modifyCacheParameterGroupRequest, AsyncHandler<ModifyCacheParameterGroupRequest, ModifyCacheParameterGroupResult> asyncHandler) The ModifyCacheParameterGroup action modifies the parameters of a cache parameter group.AmazonElastiCacheAsyncClient.modifyCacheParameterGroupAsync(ModifyCacheParameterGroupRequest request) AmazonElastiCacheAsyncClient.modifyCacheParameterGroupAsync(ModifyCacheParameterGroupRequest request, AsyncHandler<ModifyCacheParameterGroupRequest, ModifyCacheParameterGroupResult> asyncHandler) Method parameters in com.amazonaws.services.elasticache with type arguments of type ModifyCacheParameterGroupRequestModifier and TypeMethodDescriptionAbstractAmazonElastiCacheAsync.modifyCacheParameterGroupAsync(ModifyCacheParameterGroupRequest request, AsyncHandler<ModifyCacheParameterGroupRequest, ModifyCacheParameterGroupResult> asyncHandler) AmazonElastiCacheAsync.modifyCacheParameterGroupAsync(ModifyCacheParameterGroupRequest modifyCacheParameterGroupRequest, AsyncHandler<ModifyCacheParameterGroupRequest, ModifyCacheParameterGroupResult> asyncHandler) The ModifyCacheParameterGroup action modifies the parameters of a cache parameter group.AmazonElastiCacheAsyncClient.modifyCacheParameterGroupAsync(ModifyCacheParameterGroupRequest request, AsyncHandler<ModifyCacheParameterGroupRequest, ModifyCacheParameterGroupResult> asyncHandler) -
Uses of ModifyCacheParameterGroupRequest in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return ModifyCacheParameterGroupRequestModifier and TypeMethodDescriptionModifyCacheParameterGroupRequest.clone()ModifyCacheParameterGroupRequest.withCacheParameterGroupName(String cacheParameterGroupName) The name of the cache parameter group to modify.ModifyCacheParameterGroupRequest.withParameterNameValues(ParameterNameValue... parameterNameValues) An array of parameter names and values for the parameter update.ModifyCacheParameterGroupRequest.withParameterNameValues(Collection<ParameterNameValue> parameterNameValues) An array of parameter names and values for the parameter update.