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 PortRangePortRange. clone()PortRangeCreateNetworkAclEntryRequest. getPortRange()TCP or UDP protocols: The range of ports the rule applies to.PortRangeNetworkAclEntry. getPortRange()TCP or UDP protocols: The range of ports the rule applies to.PortRangeReplaceNetworkAclEntryRequest. getPortRange()TCP or UDP protocols: The range of ports the rule applies to.PortRangePortRange. withFrom(Integer from)The first port in the range.PortRangePortRange. 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 voidCreateNetworkAclEntryRequest. setPortRange(PortRange portRange)TCP or UDP protocols: The range of ports the rule applies to.voidNetworkAclEntry. setPortRange(PortRange portRange)TCP or UDP protocols: The range of ports the rule applies to.voidReplaceNetworkAclEntryRequest. setPortRange(PortRange portRange)TCP or UDP protocols: The range of ports the rule applies to.CreateNetworkAclEntryRequestCreateNetworkAclEntryRequest. withPortRange(PortRange portRange)TCP or UDP protocols: The range of ports the rule applies to.NetworkAclEntryNetworkAclEntry. withPortRange(PortRange portRange)TCP or UDP protocols: The range of ports the rule applies to.ReplaceNetworkAclEntryRequestReplaceNetworkAclEntryRequest. withPortRange(PortRange portRange)TCP or UDP protocols: The range of ports the rule applies to.
-