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