Uses of Class
software.amazon.awssdk.services.databasemigration.model.Subnet
-
Packages that use Subnet Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of Subnet in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type Subnet Modifier and Type Method Description List<Subnet>ReplicationSubnetGroup. subnets()The subnets that are in the subnet group.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type Subnet Modifier and Type Method Description ReplicationSubnetGroup.BuilderReplicationSubnetGroup.Builder. subnets(Subnet... subnets)The subnets that are in the subnet group.Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type Subnet Modifier and Type Method Description ReplicationSubnetGroup.BuilderReplicationSubnetGroup.Builder. subnets(Collection<Subnet> subnets)The subnets that are in the subnet group.
-