Uses of Class
software.amazon.awssdk.services.ec2.model.PortRange
Packages that use PortRange
-
Uses of PortRange in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return PortRangeModifier and TypeMethodDescriptionfinal PortRangeAnalysisAclRule.portRange()The range of ports.final PortRangeAnalysisSecurityGroupRule.portRange()The port range.final PortRangeCreateNetworkAclEntryRequest.portRange()TCP or UDP protocols: The range of ports the rule applies to.final PortRangeNetworkAclEntry.portRange()TCP or UDP protocols: The range of ports the rule applies to.final PortRangeReplaceNetworkAclEntryRequest.portRange()TCP or UDP protocols: The range of ports the rule applies to.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type PortRangeModifier and TypeMethodDescriptionAnalysisPacketHeader.destinationPortRanges()The destination port ranges.FirewallStatefulRule.destinationPorts()The destination ports.FirewallStatelessRule.destinationPorts()The destination ports.Explanation.portRanges()The port ranges.AnalysisPacketHeader.sourcePortRanges()The source port ranges.FirewallStatefulRule.sourcePorts()The source ports.FirewallStatelessRule.sourcePorts()The source ports.Methods in software.amazon.awssdk.services.ec2.model with parameters of type PortRangeModifier and TypeMethodDescriptionAnalysisPacketHeader.Builder.destinationPortRanges(PortRange... destinationPortRanges) The destination port ranges.FirewallStatefulRule.Builder.destinationPorts(PortRange... destinationPorts) The destination ports.FirewallStatelessRule.Builder.destinationPorts(PortRange... destinationPorts) The destination ports.The range of ports.The port range.TCP or UDP protocols: The range of ports the rule applies to.TCP or UDP protocols: The range of ports the rule applies to.TCP or UDP protocols: The range of ports the rule applies to.Explanation.Builder.portRanges(PortRange... portRanges) The port ranges.AnalysisPacketHeader.Builder.sourcePortRanges(PortRange... sourcePortRanges) The source port ranges.FirewallStatefulRule.Builder.sourcePorts(PortRange... sourcePorts) The source ports.FirewallStatelessRule.Builder.sourcePorts(PortRange... sourcePorts) The source ports.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type PortRangeModifier and TypeMethodDescriptionAnalysisPacketHeader.Builder.destinationPortRanges(Collection<PortRange> destinationPortRanges) The destination port ranges.FirewallStatefulRule.Builder.destinationPorts(Collection<PortRange> destinationPorts) The destination ports.FirewallStatelessRule.Builder.destinationPorts(Collection<PortRange> destinationPorts) The destination ports.Explanation.Builder.portRanges(Collection<PortRange> portRanges) The port ranges.AnalysisPacketHeader.Builder.sourcePortRanges(Collection<PortRange> sourcePortRanges) The source port ranges.FirewallStatefulRule.Builder.sourcePorts(Collection<PortRange> sourcePorts) The source ports.FirewallStatelessRule.Builder.sourcePorts(Collection<PortRange> sourcePorts) The source ports.