Uses of Class
software.amazon.awssdk.services.rds.model.IPRange
-
Packages that use IPRange Package Description software.amazon.awssdk.services.rds.model -
-
Uses of IPRange in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type IPRange Modifier and Type Method Description List<IPRange>DBSecurityGroup. ipRanges()Contains a list ofIPRangeelements.Methods in software.amazon.awssdk.services.rds.model with parameters of type IPRange Modifier and Type Method Description DBSecurityGroup.BuilderDBSecurityGroup.Builder. ipRanges(IPRange... ipRanges)Contains a list ofIPRangeelements.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type IPRange Modifier and Type Method Description DBSecurityGroup.BuilderDBSecurityGroup.Builder. ipRanges(Collection<IPRange> ipRanges)Contains a list ofIPRangeelements.
-