Package | Description |
---|---|
com.amazonaws.services.databasemigrationservice.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<Subnet> |
ReplicationSubnetGroup.getSubnets()
The subnets that are in the subnet group.
|
Modifier and Type | Method and Description |
---|---|
ReplicationSubnetGroup |
ReplicationSubnetGroup.withSubnets(Subnet... subnets)
The subnets that are in the subnet group.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.