| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
Classes modeling the various types represented by AmazonRDS.
|
| Modifier and Type | Method and Description |
|---|---|
IPRange |
IPRange.withCIDRIP(String cIDRIP)
Specifies the IP range.
|
IPRange |
IPRange.withStatus(String status)
Specifies the status of the IP range.
|
| Modifier and Type | Method and Description |
|---|---|
List<IPRange> |
DBSecurityGroup.getIPRanges()
Contains a list of IPRange elements.
|
| Modifier and Type | Method and Description |
|---|---|
DBSecurityGroup |
DBSecurityGroup.withIPRanges(IPRange... iPRanges)
Contains a list of IPRange elements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DBSecurityGroup.setIPRanges(Collection<IPRange> iPRanges)
Contains a list of IPRange elements.
|
DBSecurityGroup |
DBSecurityGroup.withIPRanges(Collection<IPRange> iPRanges)
Contains a list of IPRange elements.
|
Copyright © 2014. All rights reserved.