Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ModifyCacheParameterGroupResult |
AmazonElastiCache.modifyCacheParameterGroup(ModifyCacheParameterGroupRequest modifyCacheParameterGroupRequest)
The ModifyCacheParameterGroup operation modifies the
parameters of a cache parameter group.
|
ModifyCacheParameterGroupResult |
AmazonElastiCacheClient.modifyCacheParameterGroup(ModifyCacheParameterGroupRequest modifyCacheParameterGroupRequest)
The ModifyCacheParameterGroup operation modifies the
parameters of a cache parameter group.
|
Future<ModifyCacheParameterGroupResult> |
AmazonElastiCacheAsyncClient.modifyCacheParameterGroupAsync(ModifyCacheParameterGroupRequest modifyCacheParameterGroupRequest)
The ModifyCacheParameterGroup operation modifies the
parameters of a cache parameter group.
|
Future<ModifyCacheParameterGroupResult> |
AmazonElastiCacheAsync.modifyCacheParameterGroupAsync(ModifyCacheParameterGroupRequest modifyCacheParameterGroupRequest)
The ModifyCacheParameterGroup operation modifies the
parameters of a cache parameter group.
|
Future<ModifyCacheParameterGroupResult> |
AmazonElastiCacheAsyncClient.modifyCacheParameterGroupAsync(ModifyCacheParameterGroupRequest modifyCacheParameterGroupRequest,
AsyncHandler<ModifyCacheParameterGroupRequest,ModifyCacheParameterGroupResult> asyncHandler)
The ModifyCacheParameterGroup operation modifies the
parameters of a cache parameter group.
|
Future<ModifyCacheParameterGroupResult> |
AmazonElastiCacheAsync.modifyCacheParameterGroupAsync(ModifyCacheParameterGroupRequest modifyCacheParameterGroupRequest,
AsyncHandler<ModifyCacheParameterGroupRequest,ModifyCacheParameterGroupResult> asyncHandler)
The ModifyCacheParameterGroup operation modifies the
parameters of a cache parameter group.
|
Modifier and Type | Method and Description |
---|---|
Future<ModifyCacheParameterGroupResult> |
AmazonElastiCacheAsyncClient.modifyCacheParameterGroupAsync(ModifyCacheParameterGroupRequest modifyCacheParameterGroupRequest,
AsyncHandler<ModifyCacheParameterGroupRequest,ModifyCacheParameterGroupResult> asyncHandler)
The ModifyCacheParameterGroup operation modifies the
parameters of a cache parameter group.
|
Future<ModifyCacheParameterGroupResult> |
AmazonElastiCacheAsync.modifyCacheParameterGroupAsync(ModifyCacheParameterGroupRequest modifyCacheParameterGroupRequest,
AsyncHandler<ModifyCacheParameterGroupRequest,ModifyCacheParameterGroupResult> asyncHandler)
The ModifyCacheParameterGroup operation modifies the
parameters of a cache parameter group.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.