Package | Description |
---|---|
com.amazonaws.services.elasticache |
|
com.amazonaws.services.elasticache.model |
Modifier and Type | Method and Description |
---|---|
Future<ModifyCacheParameterGroupResult> |
AmazonElastiCacheAsync.modifyCacheParameterGroupAsync(ModifyCacheParameterGroupRequest modifyCacheParameterGroupRequest,
AsyncHandler<ModifyCacheParameterGroupRequest,ModifyCacheParameterGroupResult> asyncHandler)
Modifies the parameters of a cache parameter group.
|
Future<ModifyCacheParameterGroupResult> |
AbstractAmazonElastiCacheAsync.modifyCacheParameterGroupAsync(ModifyCacheParameterGroupRequest request,
AsyncHandler<ModifyCacheParameterGroupRequest,ModifyCacheParameterGroupResult> asyncHandler) |
Future<ModifyCacheParameterGroupResult> |
AmazonElastiCacheAsyncClient.modifyCacheParameterGroupAsync(ModifyCacheParameterGroupRequest request,
AsyncHandler<ModifyCacheParameterGroupRequest,ModifyCacheParameterGroupResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ModifyCacheParameterGroupRequest |
ModifyCacheParameterGroupRequest.clone() |
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 © 2017. All rights reserved.