Uses of Class
com.amazonaws.services.elasticache.model.Subnet

Packages that use Subnet
com.amazonaws.services.elasticache.model Classes modeling the various types represented by AmazonElastiCache. 
 

Uses of Subnet in com.amazonaws.services.elasticache.model
 

Methods in com.amazonaws.services.elasticache.model that return Subnet
 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
 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
 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
 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.
 



Copyright © 2016. All rights reserved.