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 CacheSubnetGroupAbstractAmazonElastiCache. createCacheSubnetGroup(CreateCacheSubnetGroupRequest request)CacheSubnetGroupAmazonElastiCache. createCacheSubnetGroup(CreateCacheSubnetGroupRequest createCacheSubnetGroupRequest)The CreateCacheSubnetGroup action creates a new cache subnet group.CacheSubnetGroupAmazonElastiCacheClient. createCacheSubnetGroup(CreateCacheSubnetGroupRequest createCacheSubnetGroupRequest)The CreateCacheSubnetGroup action creates a new cache subnet group.CacheSubnetGroupAbstractAmazonElastiCache. modifyCacheSubnetGroup(ModifyCacheSubnetGroupRequest request)CacheSubnetGroupAmazonElastiCache. modifyCacheSubnetGroup(ModifyCacheSubnetGroupRequest modifyCacheSubnetGroupRequest)The ModifyCacheSubnetGroup action modifies an existing cache subnet group.CacheSubnetGroupAmazonElastiCacheClient. 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 CacheSubnetGroupCacheSubnetGroup. clone()CacheSubnetGroupCacheSubnetGroup. withCacheSubnetGroupDescription(String cacheSubnetGroupDescription)The description of the cache subnet group.CacheSubnetGroupCacheSubnetGroup. withCacheSubnetGroupName(String cacheSubnetGroupName)The name of the cache subnet group.CacheSubnetGroupCacheSubnetGroup. withSubnets(Subnet... subnets)A list of subnets associated with the cache subnet group.CacheSubnetGroupCacheSubnetGroup. withSubnets(Collection<Subnet> subnets)A list of subnets associated with the cache subnet group.CacheSubnetGroupCacheSubnetGroup. 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 DescribeCacheSubnetGroupsResultDescribeCacheSubnetGroupsResult. 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 voidDescribeCacheSubnetGroupsResult. setCacheSubnetGroups(Collection<CacheSubnetGroup> cacheSubnetGroups)A list of cache subnet groups.DescribeCacheSubnetGroupsResultDescribeCacheSubnetGroupsResult. withCacheSubnetGroups(Collection<CacheSubnetGroup> cacheSubnetGroups)A list of cache subnet groups.
-