Package | Description |
---|---|
com.amazonaws.services.rds.model |
Classes modeling the various types represented by AmazonRDS.
|
Modifier and Type | Method and Description |
---|---|
Subnet |
Subnet.withSubnetAvailabilityZone(AvailabilityZone subnetAvailabilityZone)
Contains Availability Zone information.
|
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 © 2014. All rights reserved.