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)
Specifies the identifier of the subnet.
|
Subnet |
Subnet.withSubnetStatus(String subnetStatus)
Specifies 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 © 2018. All rights reserved.