Uses of Class
com.amazonaws.services.rds.model.IPRange
Packages that use IPRange
-
Uses of IPRange in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return IPRangeModifier and TypeMethodDescriptionIPRange.clone()IPRange.withCIDRIP(String cIDRIP) Specifies the IP range.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 IPRangeModifier and TypeMethodDescriptionDBSecurityGroup.getIPRanges()Contains a list of IPRange elements.Methods in com.amazonaws.services.rds.model with parameters of type IPRangeModifier and TypeMethodDescriptionDBSecurityGroup.withIPRanges(IPRange... iPRanges) Contains a list of IPRange elements.Method parameters in com.amazonaws.services.rds.model with type arguments of type IPRangeModifier and TypeMethodDescriptionvoidDBSecurityGroup.setIPRanges(Collection<IPRange> iPRanges) Contains a list of IPRange elements.DBSecurityGroup.withIPRanges(Collection<IPRange> iPRanges) Contains a list of IPRange elements.