Uses of Class
com.amazonaws.services.elasticache.model.ModifyCacheParameterGroupRequest

Packages that use ModifyCacheParameterGroupRequest
com.amazonaws.services.elasticache Synchronous and asynchronous client classes for accessing AmazonElastiCache. 
com.amazonaws.services.elasticache.model Classes modeling the various types represented by AmazonElastiCache. 
 

Uses of ModifyCacheParameterGroupRequest in com.amazonaws.services.elasticache
 

Methods in com.amazonaws.services.elasticache with parameters of type ModifyCacheParameterGroupRequest
 ModifyCacheParameterGroupResult AmazonElastiCacheClient.modifyCacheParameterGroup(ModifyCacheParameterGroupRequest modifyCacheParameterGroupRequest)
           The ModifyCacheParameterGroup operation modifies the parameters of a cache parameter group.
 ModifyCacheParameterGroupResult AmazonElastiCache.modifyCacheParameterGroup(ModifyCacheParameterGroupRequest modifyCacheParameterGroupRequest)
           The ModifyCacheParameterGroup operation modifies the parameters of a cache parameter group.
 Future<ModifyCacheParameterGroupResult> AmazonElastiCacheAsyncClient.modifyCacheParameterGroupAsync(ModifyCacheParameterGroupRequest modifyCacheParameterGroupRequest)
           The ModifyCacheParameterGroup operation modifies the parameters of a cache parameter group.
 Future<ModifyCacheParameterGroupResult> AmazonElastiCacheAsync.modifyCacheParameterGroupAsync(ModifyCacheParameterGroupRequest modifyCacheParameterGroupRequest)
           The ModifyCacheParameterGroup operation modifies the parameters of a cache parameter group.
 Future<ModifyCacheParameterGroupResult> AmazonElastiCacheAsyncClient.modifyCacheParameterGroupAsync(ModifyCacheParameterGroupRequest modifyCacheParameterGroupRequest, AsyncHandler<ModifyCacheParameterGroupRequest,ModifyCacheParameterGroupResult> asyncHandler)
           The ModifyCacheParameterGroup operation modifies the parameters of a cache parameter group.
 Future<ModifyCacheParameterGroupResult> AmazonElastiCacheAsync.modifyCacheParameterGroupAsync(ModifyCacheParameterGroupRequest modifyCacheParameterGroupRequest, AsyncHandler<ModifyCacheParameterGroupRequest,ModifyCacheParameterGroupResult> asyncHandler)
           The ModifyCacheParameterGroup operation modifies the parameters of a cache parameter group.
 

Method parameters in com.amazonaws.services.elasticache with type arguments of type ModifyCacheParameterGroupRequest
 Future<ModifyCacheParameterGroupResult> AmazonElastiCacheAsyncClient.modifyCacheParameterGroupAsync(ModifyCacheParameterGroupRequest modifyCacheParameterGroupRequest, AsyncHandler<ModifyCacheParameterGroupRequest,ModifyCacheParameterGroupResult> asyncHandler)
           The ModifyCacheParameterGroup operation modifies the parameters of a cache parameter group.
 Future<ModifyCacheParameterGroupResult> AmazonElastiCacheAsync.modifyCacheParameterGroupAsync(ModifyCacheParameterGroupRequest modifyCacheParameterGroupRequest, AsyncHandler<ModifyCacheParameterGroupRequest,ModifyCacheParameterGroupResult> asyncHandler)
           The ModifyCacheParameterGroup operation modifies the parameters of a cache parameter group.
 

Uses of ModifyCacheParameterGroupRequest in com.amazonaws.services.elasticache.model
 

Methods in com.amazonaws.services.elasticache.model that return ModifyCacheParameterGroupRequest
 ModifyCacheParameterGroupRequest ModifyCacheParameterGroupRequest.withCacheParameterGroupName(String cacheParameterGroupName)
          The name of the cache parameter group to modify.
 ModifyCacheParameterGroupRequest ModifyCacheParameterGroupRequest.withParameterNameValues(Collection<ParameterNameValue> parameterNameValues)
          An array of parameter names and values for the parameter update.
 ModifyCacheParameterGroupRequest ModifyCacheParameterGroupRequest.withParameterNameValues(ParameterNameValue... parameterNameValues)
          An array of parameter names and values for the parameter update.
 



Copyright © 2016. All rights reserved.