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

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

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

Methods in com.amazonaws.services.rds.model that return Subnet
 Subnet Subnet.withSubnetAvailabilityZone(AvailabilityZone subnetAvailabilityZone)
          Contains Availability Zone information.
 Subnet Subnet.withSubnetIdentifier(String subnetIdentifier)
          Specifies the identifier of the subnet.
 Subnet Subnet.withSubnetStatus(String subnetStatus)
          Specifies the status of the subnet.
 

Methods in com.amazonaws.services.rds.model that return types with arguments of type Subnet
 List<Subnet> DBSubnetGroup.getSubnets()
          Contains a list of Subnet elements.
 

Methods in com.amazonaws.services.rds.model with parameters of type Subnet
 DBSubnetGroup DBSubnetGroup.withSubnets(Subnet... subnets)
          Contains a list of Subnet elements.
 

Method parameters in com.amazonaws.services.rds.model with type arguments of type Subnet
 void DBSubnetGroup.setSubnets(Collection<Subnet> subnets)
          Contains a list of Subnet elements.
 DBSubnetGroup DBSubnetGroup.withSubnets(Collection<Subnet> subnets)
          Contains a list of Subnet elements.
 



Copyright © 2016. All rights reserved.