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 Subnet
Subnet. clone()
Subnet
Subnet. withSubnetAvailabilityZone(AvailabilityZone subnetAvailabilityZone)
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 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 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 Modifier and Type Method Description void
DBSubnetGroup. setSubnets(Collection<Subnet> subnets)
Contains a list of Subnet elements.DBSubnetGroup
DBSubnetGroup. withSubnets(Collection<Subnet> subnets)
Contains a list of Subnet elements.
-