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