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 IPRangeIPRange. clone()IPRangeIPRange. withCIDRIP(String cIDRIP)Specifies the IP range.IPRangeIPRange. 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 DBSecurityGroupDBSecurityGroup. 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 voidDBSecurityGroup. setIPRanges(Collection<IPRange> iPRanges)Contains a list of IPRange elements.DBSecurityGroupDBSecurityGroup. withIPRanges(Collection<IPRange> iPRanges)Contains a list of IPRange elements.
-