Uses of Class
software.amazon.awssdk.services.docdb.model.Subnet
-
Packages that use Subnet Package Description software.amazon.awssdk.services.docdb.model -
-
Uses of Subnet in software.amazon.awssdk.services.docdb.model
Methods in software.amazon.awssdk.services.docdb.model that return types with arguments of type Subnet Modifier and Type Method Description List<Subnet>DBSubnetGroup. subnets()Detailed information about one or more subnets within a subnet group.Methods in software.amazon.awssdk.services.docdb.model with parameters of type Subnet Modifier and Type Method Description DBSubnetGroup.BuilderDBSubnetGroup.Builder. subnets(Subnet... subnets)Detailed information about one or more subnets within a subnet group.Method parameters in software.amazon.awssdk.services.docdb.model with type arguments of type Subnet Modifier and Type Method Description DBSubnetGroup.BuilderDBSubnetGroup.Builder. subnets(Collection<Subnet> subnets)Detailed information about one or more subnets within a subnet group.
-