Uses of Class
com.amazonaws.services.rds.model.IPRange
-
Packages that use IPRange Package Description com.amazonaws.services.rds.model -
-
Uses of IPRange in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return IPRange Modifier and Type Method Description IPRange
IPRange. clone()
IPRange
IPRange. withCIDRIP(String cIDRIP)
Specifies the IP range.IPRange
IPRange. withStatus(String status)
Specifies the status of the IP range.Methods in com.amazonaws.services.rds.model that return types with arguments of type IPRange Modifier and Type Method Description List<IPRange>
DBSecurityGroup. getIPRanges()
Contains a list of IPRange elements.Methods in com.amazonaws.services.rds.model with parameters of type IPRange Modifier and Type Method Description DBSecurityGroup
DBSecurityGroup. withIPRanges(IPRange... iPRanges)
Contains a list of IPRange elements.Method parameters in com.amazonaws.services.rds.model with type arguments of type IPRange Modifier and Type Method 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.
-