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 Subnet
Subnet. clone()
Subnet
Subnet. withSubnetAvailabilityZone(AvailabilityZone subnetAvailabilityZone)
The Availability Zone of the subnet.Subnet
Subnet. withSubnetIdentifier(String subnetIdentifier)
The subnet identifier.Subnet
Subnet. 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 ReplicationSubnetGroup
ReplicationSubnetGroup. 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 void
ReplicationSubnetGroup. setSubnets(Collection<Subnet> subnets)
The subnets that are in the subnet group.ReplicationSubnetGroup
ReplicationSubnetGroup. withSubnets(Collection<Subnet> subnets)
The subnets that are in the subnet group.
-