Uses of Class
com.amazonaws.services.elasticache.model.CacheSubnetGroup
-
Packages that use CacheSubnetGroup Package Description com.amazonaws.services.elasticache com.amazonaws.services.elasticache.model -
-
Uses of CacheSubnetGroup in com.amazonaws.services.elasticache
Methods in com.amazonaws.services.elasticache that return CacheSubnetGroup Modifier and Type Method Description CacheSubnetGroup
AbstractAmazonElastiCache. createCacheSubnetGroup(CreateCacheSubnetGroupRequest request)
CacheSubnetGroup
AmazonElastiCache. createCacheSubnetGroup(CreateCacheSubnetGroupRequest createCacheSubnetGroupRequest)
The CreateCacheSubnetGroup action creates a new cache subnet group.CacheSubnetGroup
AmazonElastiCacheClient. createCacheSubnetGroup(CreateCacheSubnetGroupRequest createCacheSubnetGroupRequest)
The CreateCacheSubnetGroup action creates a new cache subnet group.CacheSubnetGroup
AbstractAmazonElastiCache. modifyCacheSubnetGroup(ModifyCacheSubnetGroupRequest request)
CacheSubnetGroup
AmazonElastiCache. modifyCacheSubnetGroup(ModifyCacheSubnetGroupRequest modifyCacheSubnetGroupRequest)
The ModifyCacheSubnetGroup action modifies an existing cache subnet group.CacheSubnetGroup
AmazonElastiCacheClient. modifyCacheSubnetGroup(ModifyCacheSubnetGroupRequest modifyCacheSubnetGroupRequest)
The ModifyCacheSubnetGroup action modifies an existing cache subnet group. -
Uses of CacheSubnetGroup in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return CacheSubnetGroup Modifier and Type Method 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(Subnet... subnets)
A list of subnets associated with the cache subnet group.CacheSubnetGroup
CacheSubnetGroup. withSubnets(Collection<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.Methods in com.amazonaws.services.elasticache.model that return types with arguments of type CacheSubnetGroup Modifier and Type Method Description List<CacheSubnetGroup>
DescribeCacheSubnetGroupsResult. getCacheSubnetGroups()
A list of cache subnet groups.Methods in com.amazonaws.services.elasticache.model with parameters of type CacheSubnetGroup Modifier and Type Method Description DescribeCacheSubnetGroupsResult
DescribeCacheSubnetGroupsResult. withCacheSubnetGroups(CacheSubnetGroup... cacheSubnetGroups)
A list of cache subnet groups.Method parameters in com.amazonaws.services.elasticache.model with type arguments of type CacheSubnetGroup Modifier and Type Method 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.
-