Uses of Class
com.amazonaws.services.ec2.model.PortRange
Packages that use PortRange
-
Uses of PortRange in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return PortRangeModifier and TypeMethodDescriptionPortRange.clone()
CreateNetworkAclEntryRequest.getPortRange()
TCP or UDP protocols: The range of ports the rule applies to.NetworkAclEntry.getPortRange()
TCP or UDP protocols: The range of ports the rule applies to.ReplaceNetworkAclEntryRequest.getPortRange()
TCP or UDP protocols: The range of ports the rule applies to.The first port in the range.The last port in the range.Methods in com.amazonaws.services.ec2.model with parameters of type PortRangeModifier and TypeMethodDescriptionvoid
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.withPortRange
(PortRange portRange) TCP or UDP protocols: The range of ports the rule applies to.NetworkAclEntry.withPortRange
(PortRange portRange) TCP or UDP protocols: The range of ports the rule applies to.ReplaceNetworkAclEntryRequest.withPortRange
(PortRange portRange) TCP or UDP protocols: The range of ports the rule applies to.