Uses of Class
com.amazonaws.services.ec2.model.PortRange

Packages that use PortRange
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

Uses of PortRange in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return PortRange
 PortRange ReplaceNetworkAclEntryRequest.getPortRange()
          TCP or UDP protocols: The range of ports the rule applies to.
 PortRange NetworkAclEntry.getPortRange()
          TCP or UDP protocols: The range of ports the rule applies to.
 PortRange CreateNetworkAclEntryRequest.getPortRange()
          TCP or UDP protocols: The range of ports the rule applies to.
 PortRange PortRange.withFrom(Integer from)
          The first port in the range.
 PortRange PortRange.withTo(Integer to)
          The last port in the range.
 

Methods in com.amazonaws.services.ec2.model with parameters of type PortRange
 void ReplaceNetworkAclEntryRequest.setPortRange(PortRange portRange)
          TCP or UDP protocols: The range of ports the rule applies to.
 void NetworkAclEntry.setPortRange(PortRange portRange)
          TCP or UDP protocols: The range of ports the rule applies to.
 void CreateNetworkAclEntryRequest.setPortRange(PortRange portRange)
          TCP or UDP protocols: The range of ports the rule applies to.
 ReplaceNetworkAclEntryRequest ReplaceNetworkAclEntryRequest.withPortRange(PortRange portRange)
          TCP or UDP protocols: The range of ports the rule applies to.
 NetworkAclEntry NetworkAclEntry.withPortRange(PortRange portRange)
          TCP or UDP protocols: The range of ports the rule applies to.
 CreateNetworkAclEntryRequest CreateNetworkAclEntryRequest.withPortRange(PortRange portRange)
          TCP or UDP protocols: The range of ports the rule applies to.
 



Copyright © 2016. All rights reserved.