Uses of Class
com.amazonaws.services.elasticache.model.ResetCacheParameterGroupResult
-
Packages that use ResetCacheParameterGroupResult Package Description com.amazonaws.services.elasticache com.amazonaws.services.elasticache.model -
-
Uses of ResetCacheParameterGroupResult in com.amazonaws.services.elasticache
Methods in com.amazonaws.services.elasticache that return ResetCacheParameterGroupResult Modifier and Type Method Description ResetCacheParameterGroupResult
AbstractAmazonElastiCache. resetCacheParameterGroup(ResetCacheParameterGroupRequest request)
ResetCacheParameterGroupResult
AmazonElastiCache. resetCacheParameterGroup(ResetCacheParameterGroupRequest resetCacheParameterGroupRequest)
The ResetCacheParameterGroup action modifies the parameters of a cache parameter group to the engine or system default value.ResetCacheParameterGroupResult
AmazonElastiCacheClient. resetCacheParameterGroup(ResetCacheParameterGroupRequest resetCacheParameterGroupRequest)
The ResetCacheParameterGroup action 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 Modifier and Type Method Description Future<ResetCacheParameterGroupResult>
AbstractAmazonElastiCacheAsync. resetCacheParameterGroupAsync(ResetCacheParameterGroupRequest request, AsyncHandler<ResetCacheParameterGroupRequest,ResetCacheParameterGroupResult> asyncHandler)
Future<ResetCacheParameterGroupResult>
AmazonElastiCacheAsync. resetCacheParameterGroupAsync(ResetCacheParameterGroupRequest resetCacheParameterGroupRequest, AsyncHandler<ResetCacheParameterGroupRequest,ResetCacheParameterGroupResult> asyncHandler)
The ResetCacheParameterGroup action modifies the parameters of a cache parameter group to the engine or system default value.Future<ResetCacheParameterGroupResult>
AmazonElastiCacheAsyncClient. resetCacheParameterGroupAsync(ResetCacheParameterGroupRequest request, AsyncHandler<ResetCacheParameterGroupRequest,ResetCacheParameterGroupResult> asyncHandler)
-
Uses of ResetCacheParameterGroupResult in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return ResetCacheParameterGroupResult Modifier and Type Method Description ResetCacheParameterGroupResult
ResetCacheParameterGroupResult. clone()
ResetCacheParameterGroupResult
ResetCacheParameterGroupResult. withCacheParameterGroupName(String cacheParameterGroupName)
The name of the cache parameter group.
-