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

Packages that use ResetCacheParameterGroupRequest
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 ResetCacheParameterGroupRequest in com.amazonaws.services.elasticache
 

Methods in com.amazonaws.services.elasticache with parameters of type ResetCacheParameterGroupRequest
 ResetCacheParameterGroupResult AmazonElastiCacheClient.resetCacheParameterGroup(ResetCacheParameterGroupRequest resetCacheParameterGroupRequest)
           The ResetCacheParameterGroup operation modifies the parameters of a cache parameter group to the engine or system default value.
 ResetCacheParameterGroupResult AmazonElastiCache.resetCacheParameterGroup(ResetCacheParameterGroupRequest resetCacheParameterGroupRequest)
           The ResetCacheParameterGroup operation modifies the parameters of a cache parameter group to the engine or system default value.
 Future<ResetCacheParameterGroupResult> AmazonElastiCacheAsyncClient.resetCacheParameterGroupAsync(ResetCacheParameterGroupRequest resetCacheParameterGroupRequest)
           The ResetCacheParameterGroup operation modifies the parameters of a cache parameter group to the engine or system default value.
 Future<ResetCacheParameterGroupResult> AmazonElastiCacheAsync.resetCacheParameterGroupAsync(ResetCacheParameterGroupRequest resetCacheParameterGroupRequest)
           The ResetCacheParameterGroup operation modifies the parameters of a cache parameter group to the engine or system default value.
 Future<ResetCacheParameterGroupResult> AmazonElastiCacheAsyncClient.resetCacheParameterGroupAsync(ResetCacheParameterGroupRequest resetCacheParameterGroupRequest, AsyncHandler<ResetCacheParameterGroupRequest,ResetCacheParameterGroupResult> asyncHandler)
           The ResetCacheParameterGroup operation modifies the parameters of a cache parameter group to the engine or system default value.
 Future<ResetCacheParameterGroupResult> AmazonElastiCacheAsync.resetCacheParameterGroupAsync(ResetCacheParameterGroupRequest resetCacheParameterGroupRequest, AsyncHandler<ResetCacheParameterGroupRequest,ResetCacheParameterGroupResult> asyncHandler)
           The ResetCacheParameterGroup operation modifies the parameters of a cache parameter group to the engine or system default value.
 

Method parameters in com.amazonaws.services.elasticache with type arguments of type ResetCacheParameterGroupRequest
 Future<ResetCacheParameterGroupResult> AmazonElastiCacheAsyncClient.resetCacheParameterGroupAsync(ResetCacheParameterGroupRequest resetCacheParameterGroupRequest, AsyncHandler<ResetCacheParameterGroupRequest,ResetCacheParameterGroupResult> asyncHandler)
           The ResetCacheParameterGroup operation modifies the parameters of a cache parameter group to the engine or system default value.
 Future<ResetCacheParameterGroupResult> AmazonElastiCacheAsync.resetCacheParameterGroupAsync(ResetCacheParameterGroupRequest resetCacheParameterGroupRequest, AsyncHandler<ResetCacheParameterGroupRequest,ResetCacheParameterGroupResult> asyncHandler)
           The ResetCacheParameterGroup operation modifies the parameters of a cache parameter group to the engine or system default value.
 

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

Methods in com.amazonaws.services.elasticache.model that return ResetCacheParameterGroupRequest
 ResetCacheParameterGroupRequest ResetCacheParameterGroupRequest.withCacheParameterGroupName(String cacheParameterGroupName)
          The name of the cache parameter group to reset.
 ResetCacheParameterGroupRequest ResetCacheParameterGroupRequest.withParameterNameValues(Collection<ParameterNameValue> parameterNameValues)
          An array of parameter names to be reset.
 ResetCacheParameterGroupRequest ResetCacheParameterGroupRequest.withParameterNameValues(ParameterNameValue... parameterNameValues)
          An array of parameter names to be reset.
 ResetCacheParameterGroupRequest ResetCacheParameterGroupRequest.withResetAllParameters(Boolean resetAllParameters)
          If true, all parameters in the cache parameter group will be reset to default values.
 



Copyright © 2016. All rights reserved.