Uses of Class
com.amazonaws.services.elasticache.model.Subnet
Packages that use Subnet
-
Uses of Subnet in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return SubnetModifier and TypeMethodDescriptionSubnet.clone()
Subnet.withSubnetAvailabilityZone
(AvailabilityZone subnetAvailabilityZone) The Availability Zone associated with the 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 SubnetModifier and TypeMethodDescriptionCacheSubnetGroup.getSubnets()
A list of subnets associated with the cache subnet group.Methods in com.amazonaws.services.elasticache.model with parameters of type SubnetModifier and TypeMethodDescriptionCacheSubnetGroup.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 SubnetModifier and TypeMethodDescriptionvoid
CacheSubnetGroup.setSubnets
(Collection<Subnet> subnets) A list of subnets associated with the cache subnet group.CacheSubnetGroup.withSubnets
(Collection<Subnet> subnets) A list of subnets associated with the cache subnet group.