Uses of Class
com.amazonaws.services.rds.model.Subnet
Packages that use Subnet
-
Uses of Subnet in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return SubnetModifier and TypeMethodDescriptionSubnet.clone()
Subnet.withSubnetAvailabilityZone
(AvailabilityZone subnetAvailabilityZone) Subnet.withSubnetIdentifier
(String subnetIdentifier) Specifies the identifier of the 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 SubnetMethods in com.amazonaws.services.rds.model with parameters of type SubnetModifier and TypeMethodDescriptionDBSubnetGroup.withSubnets
(Subnet... subnets) Contains a list of Subnet elements.Method parameters in com.amazonaws.services.rds.model with type arguments of type SubnetModifier and TypeMethodDescriptionvoid
DBSubnetGroup.setSubnets
(Collection<Subnet> subnets) Contains a list of Subnet elements.DBSubnetGroup.withSubnets
(Collection<Subnet> subnets) Contains a list of Subnet elements.