Uses of Class
com.amazonaws.services.databasemigrationservice.model.Subnet
-
Packages that use Subnet Package Description com.amazonaws.services.databasemigrationservice.model -
-
Uses of Subnet in com.amazonaws.services.databasemigrationservice.model
Methods in com.amazonaws.services.databasemigrationservice.model that return Subnet Modifier and Type Method Description SubnetSubnet. clone()SubnetSubnet. withSubnetAvailabilityZone(AvailabilityZone subnetAvailabilityZone)The Availability Zone of the subnet.SubnetSubnet. withSubnetIdentifier(String subnetIdentifier)The subnet identifier.SubnetSubnet. withSubnetStatus(String subnetStatus)The status of the subnet.Methods in com.amazonaws.services.databasemigrationservice.model that return types with arguments of type Subnet Modifier and Type Method Description List<Subnet>ReplicationSubnetGroup. getSubnets()The subnets that are in the subnet group.Methods in com.amazonaws.services.databasemigrationservice.model with parameters of type Subnet Modifier and Type Method Description ReplicationSubnetGroupReplicationSubnetGroup. withSubnets(Subnet... subnets)The subnets that are in the subnet group.Method parameters in com.amazonaws.services.databasemigrationservice.model with type arguments of type Subnet Modifier and Type Method Description voidReplicationSubnetGroup. setSubnets(Collection<Subnet> subnets)The subnets that are in the subnet group.ReplicationSubnetGroupReplicationSubnetGroup. withSubnets(Collection<Subnet> subnets)The subnets that are in the subnet group.
-