Uses of Class
com.amazonaws.services.rds.model.Subnet
-
Packages that use Subnet Package Description com.amazonaws.services.rds.model -
-
Uses of Subnet in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return Subnet Modifier and Type Method Description SubnetSubnet. clone()SubnetSubnet. withSubnetAvailabilityZone(AvailabilityZone subnetAvailabilityZone)SubnetSubnet. withSubnetIdentifier(String subnetIdentifier)Specifies the identifier of the subnet.SubnetSubnet. withSubnetStatus(String subnetStatus)Specifies the status of the subnet.Methods in com.amazonaws.services.rds.model that return types with arguments of type Subnet Modifier and Type Method Description List<Subnet>DBSubnetGroup. getSubnets()Contains a list of Subnet elements.Methods in com.amazonaws.services.rds.model with parameters of type Subnet Modifier and Type Method Description DBSubnetGroupDBSubnetGroup. withSubnets(Subnet... subnets)Contains a list of Subnet elements.Method parameters in com.amazonaws.services.rds.model with type arguments of type Subnet Modifier and Type Method Description voidDBSubnetGroup. setSubnets(Collection<Subnet> subnets)Contains a list of Subnet elements.DBSubnetGroupDBSubnetGroup. withSubnets(Collection<Subnet> subnets)Contains a list of Subnet elements.
-