Uses of Class
software.amazon.awssdk.services.rds.model.Subnet
-
Packages that use Subnet Package Description software.amazon.awssdk.services.rds.model -
-
Uses of Subnet in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type Subnet Modifier and Type Method Description List<Subnet>DBSubnetGroup. subnets()Contains a list ofSubnetelements.Methods in software.amazon.awssdk.services.rds.model with parameters of type Subnet Modifier and Type Method Description DBSubnetGroup.BuilderDBSubnetGroup.Builder. subnets(Subnet... subnets)Contains a list ofSubnetelements.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type Subnet Modifier and Type Method Description DBSubnetGroup.BuilderDBSubnetGroup.Builder. subnets(Collection<Subnet> subnets)Contains a list ofSubnetelements.
-