Uses of Class
com.amazonaws.services.elasticache.model.ModifyCacheParameterGroupResult
-
Packages that use ModifyCacheParameterGroupResult Package Description com.amazonaws.services.elasticache com.amazonaws.services.elasticache.model -
-
Uses of ModifyCacheParameterGroupResult in com.amazonaws.services.elasticache
Methods in com.amazonaws.services.elasticache that return ModifyCacheParameterGroupResult Modifier and Type Method Description ModifyCacheParameterGroupResult
AbstractAmazonElastiCache. modifyCacheParameterGroup(ModifyCacheParameterGroupRequest request)
ModifyCacheParameterGroupResult
AmazonElastiCache. modifyCacheParameterGroup(ModifyCacheParameterGroupRequest modifyCacheParameterGroupRequest)
The ModifyCacheParameterGroup action modifies the parameters of a cache parameter group.ModifyCacheParameterGroupResult
AmazonElastiCacheClient. modifyCacheParameterGroup(ModifyCacheParameterGroupRequest modifyCacheParameterGroupRequest)
The ModifyCacheParameterGroup action modifies the parameters of a cache parameter group.Method parameters in com.amazonaws.services.elasticache with type arguments of type ModifyCacheParameterGroupResult Modifier and Type Method Description Future<ModifyCacheParameterGroupResult>
AbstractAmazonElastiCacheAsync. modifyCacheParameterGroupAsync(ModifyCacheParameterGroupRequest request, AsyncHandler<ModifyCacheParameterGroupRequest,ModifyCacheParameterGroupResult> asyncHandler)
Future<ModifyCacheParameterGroupResult>
AmazonElastiCacheAsync. modifyCacheParameterGroupAsync(ModifyCacheParameterGroupRequest modifyCacheParameterGroupRequest, AsyncHandler<ModifyCacheParameterGroupRequest,ModifyCacheParameterGroupResult> asyncHandler)
The ModifyCacheParameterGroup action modifies the parameters of a cache parameter group.Future<ModifyCacheParameterGroupResult>
AmazonElastiCacheAsyncClient. modifyCacheParameterGroupAsync(ModifyCacheParameterGroupRequest request, AsyncHandler<ModifyCacheParameterGroupRequest,ModifyCacheParameterGroupResult> asyncHandler)
-
Uses of ModifyCacheParameterGroupResult in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return ModifyCacheParameterGroupResult Modifier and Type Method Description ModifyCacheParameterGroupResult
ModifyCacheParameterGroupResult. clone()
ModifyCacheParameterGroupResult
ModifyCacheParameterGroupResult. withCacheParameterGroupName(String cacheParameterGroupName)
The name of the cache parameter group.
-