Uses of Class
com.amazonaws.services.ec2.model.PortRange
-
Packages that use PortRange Package Description com.amazonaws.services.ec2.model -
-
Uses of PortRange in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return PortRange Modifier and Type Method Description PortRange
PortRange. clone()
PortRange
CreateNetworkAclEntryRequest. 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
ReplaceNetworkAclEntryRequest. 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 Modifier and Type Method Description void
CreateNetworkAclEntryRequest. 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
ReplaceNetworkAclEntryRequest. setPortRange(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.NetworkAclEntry
NetworkAclEntry. withPortRange(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.
-