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

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

Methods in com.amazonaws.services.elasticache that return ResetCacheParameterGroupResult
 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.
 

Methods in com.amazonaws.services.elasticache that return types with arguments of type ResetCacheParameterGroupResult
 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 ResetCacheParameterGroupResult
 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 ResetCacheParameterGroupResult in com.amazonaws.services.elasticache.model
 

Methods in com.amazonaws.services.elasticache.model that return ResetCacheParameterGroupResult
 ResetCacheParameterGroupResult ResetCacheParameterGroupResult.withCacheParameterGroupName(String cacheParameterGroupName)
          The name of the cache parameter group.
 



Copyright © 2016. All rights reserved.