Uses of Class
com.amazonaws.services.rds.model.IPRange

Packages that use IPRange
com.amazonaws.services.rds.model Classes modeling the various types represented by AmazonRDS. 
 

Uses of IPRange in com.amazonaws.services.rds.model
 

Methods in com.amazonaws.services.rds.model that return IPRange
 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
 List<IPRange> DBSecurityGroup.getIPRanges()
          Contains a list of IPRange elements.
 

Methods in com.amazonaws.services.rds.model with parameters of type IPRange
 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
 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 © 2010 Amazon Web Services, Inc. All Rights Reserved.