| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
Subnet |
Subnet.clone() |
Subnet |
Subnet.withSubnetAvailabilityZone(AvailabilityZone subnetAvailabilityZone) |
Subnet |
Subnet.withSubnetIdentifier(String subnetIdentifier)
The identifier of the subnet.
|
Subnet |
Subnet.withSubnetOutpost(Outpost subnetOutpost)
If the subnet is associated with an Outpost, this value specifies the Outpost.
|
Subnet |
Subnet.withSubnetStatus(String subnetStatus)
The status of the subnet.
|
| Modifier and Type | Method and Description |
|---|---|
List<Subnet> |
DBSubnetGroup.getSubnets()
Contains a list of
Subnet elements. |
| Modifier and Type | Method and Description |
|---|---|
DBSubnetGroup |
DBSubnetGroup.withSubnets(Subnet... subnets)
Contains a list of
Subnet elements. |
| Modifier and Type | Method and Description |
|---|---|
void |
DBSubnetGroup.setSubnets(Collection<Subnet> subnets)
Contains a list of
Subnet elements. |
DBSubnetGroup |
DBSubnetGroup.withSubnets(Collection<Subnet> subnets)
Contains a list of
Subnet elements. |
Copyright © 2020. All rights reserved.