Uses of Class
com.amazonaws.services.elasticache.model.Subnet
-
Packages that use Subnet Package Description com.amazonaws.services.elasticache.model -
-
Uses of Subnet in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return Subnet Modifier and Type Method Description Subnet
Subnet. clone()
Subnet
Subnet. withSubnetAvailabilityZone(AvailabilityZone subnetAvailabilityZone)
The Availability Zone associated with the subnet.Subnet
Subnet. withSubnetIdentifier(String subnetIdentifier)
The unique identifier for the subnet.Methods in com.amazonaws.services.elasticache.model that return types with arguments of type Subnet Modifier and Type Method Description List<Subnet>
CacheSubnetGroup. getSubnets()
A list of subnets associated with the cache subnet group.Methods in com.amazonaws.services.elasticache.model with parameters of type Subnet Modifier and Type Method Description CacheSubnetGroup
CacheSubnetGroup. withSubnets(Subnet... subnets)
A list of subnets associated with the cache subnet group.Method parameters in com.amazonaws.services.elasticache.model with type arguments of type Subnet Modifier and Type Method Description void
CacheSubnetGroup. setSubnets(Collection<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.
-