Uses of Class
software.amazon.awssdk.services.ec2.model.FilterPortRange
Packages that use FilterPortRange
-
Uses of FilterPortRange in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return FilterPortRangeModifier and TypeMethodDescriptionfinal FilterPortRangePathFilter.destinationPortRange()The destination port range.final FilterPortRangePathFilter.sourcePortRange()The source port range.Methods in software.amazon.awssdk.services.ec2.model with parameters of type FilterPortRangeModifier and TypeMethodDescriptionPathFilter.Builder.destinationPortRange(FilterPortRange destinationPortRange) The destination port range.PathFilter.Builder.sourcePortRange(FilterPortRange sourcePortRange) The source port range.