Package | Description |
---|---|
com.amazonaws.services.elasticache | |
com.amazonaws.services.elasticache.model | |
com.amazonaws.services.elasticache.model.transform |
Modifier and Type | Method and Description |
---|---|
CacheParameterGroup |
AmazonElastiCacheClient.createCacheParameterGroup(CreateCacheParameterGroupRequest createCacheParameterGroupRequest)
The CreateCacheParameterGroup action creates a new cache parameter
group.
|
CacheParameterGroup |
AmazonElastiCache.createCacheParameterGroup(CreateCacheParameterGroupRequest createCacheParameterGroupRequest)
The CreateCacheParameterGroup action creates a new cache parameter
group.
|
CacheParameterGroup |
AbstractAmazonElastiCache.createCacheParameterGroup(CreateCacheParameterGroupRequest request) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<CacheParameterGroup> |
AmazonElastiCacheAsyncClient.createCacheParameterGroupAsync(CreateCacheParameterGroupRequest request) |
java.util.concurrent.Future<CacheParameterGroup> |
AmazonElastiCacheAsync.createCacheParameterGroupAsync(CreateCacheParameterGroupRequest createCacheParameterGroupRequest)
The CreateCacheParameterGroup action creates a new cache parameter
group.
|
java.util.concurrent.Future<CacheParameterGroup> |
AbstractAmazonElastiCacheAsync.createCacheParameterGroupAsync(CreateCacheParameterGroupRequest request) |
java.util.concurrent.Future<CacheParameterGroup> |
AmazonElastiCacheAsyncClient.createCacheParameterGroupAsync(CreateCacheParameterGroupRequest request,
AsyncHandler<CreateCacheParameterGroupRequest,CacheParameterGroup> asyncHandler) |
java.util.concurrent.Future<CacheParameterGroup> |
AmazonElastiCacheAsync.createCacheParameterGroupAsync(CreateCacheParameterGroupRequest createCacheParameterGroupRequest,
AsyncHandler<CreateCacheParameterGroupRequest,CacheParameterGroup> asyncHandler)
The CreateCacheParameterGroup action creates a new cache parameter
group.
|
java.util.concurrent.Future<CacheParameterGroup> |
AbstractAmazonElastiCacheAsync.createCacheParameterGroupAsync(CreateCacheParameterGroupRequest request,
AsyncHandler<CreateCacheParameterGroupRequest,CacheParameterGroup> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<CacheParameterGroup> |
AmazonElastiCacheAsyncClient.createCacheParameterGroupAsync(CreateCacheParameterGroupRequest request,
AsyncHandler<CreateCacheParameterGroupRequest,CacheParameterGroup> asyncHandler) |
java.util.concurrent.Future<CacheParameterGroup> |
AmazonElastiCacheAsync.createCacheParameterGroupAsync(CreateCacheParameterGroupRequest createCacheParameterGroupRequest,
AsyncHandler<CreateCacheParameterGroupRequest,CacheParameterGroup> asyncHandler)
The CreateCacheParameterGroup action creates a new cache parameter
group.
|
java.util.concurrent.Future<CacheParameterGroup> |
AbstractAmazonElastiCacheAsync.createCacheParameterGroupAsync(CreateCacheParameterGroupRequest request,
AsyncHandler<CreateCacheParameterGroupRequest,CacheParameterGroup> asyncHandler) |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<CacheParameterGroup> |
DescribeCacheParameterGroupsResult.cacheParameterGroups
A list of cache parameter groups.
|
Modifier and Type | Method and Description |
---|---|
CacheParameterGroup |
CacheParameterGroup.clone() |
CacheParameterGroup |
CacheParameterGroup.withCacheParameterGroupFamily(java.lang.String cacheParameterGroupFamily)
The name of the cache parameter group family that this cache parameter
group is compatible with.
|
CacheParameterGroup |
CacheParameterGroup.withCacheParameterGroupName(java.lang.String cacheParameterGroupName)
The name of the cache parameter group.
|
CacheParameterGroup |
CacheParameterGroup.withDescription(java.lang.String description)
The description for this cache parameter group.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CacheParameterGroup> |
DescribeCacheParameterGroupsResult.getCacheParameterGroups()
A list of cache parameter groups.
|
Modifier and Type | Method and Description |
---|---|
DescribeCacheParameterGroupsResult |
DescribeCacheParameterGroupsResult.withCacheParameterGroups(CacheParameterGroup... cacheParameterGroups)
A list of cache parameter groups.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeCacheParameterGroupsResult.setCacheParameterGroups(java.util.Collection<CacheParameterGroup> cacheParameterGroups)
A list of cache parameter groups.
|
DescribeCacheParameterGroupsResult |
DescribeCacheParameterGroupsResult.withCacheParameterGroups(java.util.Collection<CacheParameterGroup> cacheParameterGroups)
A list of cache parameter groups.
|
Modifier and Type | Method and Description |
---|---|
CacheParameterGroup |
CacheParameterGroupStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |