Package | Description |
---|---|
com.amazonaws.services.elasticache |
|
com.amazonaws.services.elasticache.model |
Modifier and Type | Method and Description |
---|---|
CacheSubnetGroup |
AbstractAmazonElastiCache.createCacheSubnetGroup(CreateCacheSubnetGroupRequest request) |
CacheSubnetGroup |
AmazonElastiCacheClient.createCacheSubnetGroup(CreateCacheSubnetGroupRequest request)
Creates a new cache subnet group.
|
CacheSubnetGroup |
AmazonElastiCache.createCacheSubnetGroup(CreateCacheSubnetGroupRequest createCacheSubnetGroupRequest)
Creates a new cache subnet group.
|
CacheSubnetGroup |
AbstractAmazonElastiCache.modifyCacheSubnetGroup(ModifyCacheSubnetGroupRequest request) |
CacheSubnetGroup |
AmazonElastiCacheClient.modifyCacheSubnetGroup(ModifyCacheSubnetGroupRequest request)
Modifies an existing cache subnet group.
|
CacheSubnetGroup |
AmazonElastiCache.modifyCacheSubnetGroup(ModifyCacheSubnetGroupRequest modifyCacheSubnetGroupRequest)
Modifies an existing cache subnet group.
|
Modifier and Type | Method and Description |
---|---|
CacheSubnetGroup |
CacheSubnetGroup.clone() |
CacheSubnetGroup |
CacheSubnetGroup.withCacheSubnetGroupDescription(String cacheSubnetGroupDescription)
The description of the cache subnet group.
|
CacheSubnetGroup |
CacheSubnetGroup.withCacheSubnetGroupName(String cacheSubnetGroupName)
The name of the cache subnet group.
|
CacheSubnetGroup |
CacheSubnetGroup.withSubnets(Collection<Subnet> subnets)
A list of subnets associated with the cache subnet group.
|
CacheSubnetGroup |
CacheSubnetGroup.withSubnets(Subnet... subnets)
A list of subnets associated with the cache subnet group.
|
CacheSubnetGroup |
CacheSubnetGroup.withVpcId(String vpcId)
The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.
|
Modifier and Type | Method and Description |
---|---|
List<CacheSubnetGroup> |
DescribeCacheSubnetGroupsResult.getCacheSubnetGroups()
A list of cache subnet groups.
|
Modifier and Type | Method and Description |
---|---|
DescribeCacheSubnetGroupsResult |
DescribeCacheSubnetGroupsResult.withCacheSubnetGroups(CacheSubnetGroup... cacheSubnetGroups)
A list of cache subnet groups.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeCacheSubnetGroupsResult.setCacheSubnetGroups(Collection<CacheSubnetGroup> cacheSubnetGroups)
A list of cache subnet groups.
|
DescribeCacheSubnetGroupsResult |
DescribeCacheSubnetGroupsResult.withCacheSubnetGroups(Collection<CacheSubnetGroup> cacheSubnetGroups)
A list of cache subnet groups.
|
Copyright © 2018. All rights reserved.