Uses of Class
software.amazon.awssdk.services.elasticache.model.Subnet
-
Packages that use Subnet Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of Subnet in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type Subnet Modifier and Type Method Description List<Subnet>
CacheSubnetGroup. subnets()
A list of subnets associated with the cache subnet group.Methods in software.amazon.awssdk.services.elasticache.model with parameters of type Subnet Modifier and Type Method Description CacheSubnetGroup.Builder
CacheSubnetGroup.Builder. subnets(Subnet... subnets)
A list of subnets associated with the cache subnet group.Method parameters in software.amazon.awssdk.services.elasticache.model with type arguments of type Subnet Modifier and Type Method Description CacheSubnetGroup.Builder
CacheSubnetGroup.Builder. subnets(Collection<Subnet> subnets)
A list of subnets associated with the cache subnet group.
-