Uses of Class
software.amazon.awssdk.services.ec2.model.FilterPortRange
-
Packages that use FilterPortRange Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of FilterPortRange in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return FilterPortRange Modifier and Type Method Description FilterPortRangePathFilter. destinationPortRange()The destination port range.FilterPortRangePathFilter. sourcePortRange()The source port range.Methods in software.amazon.awssdk.services.ec2.model with parameters of type FilterPortRange Modifier and Type Method Description PathFilter.BuilderPathFilter.Builder. destinationPortRange(FilterPortRange destinationPortRange)The destination port range.PathFilter.BuilderPathFilter.Builder. sourcePortRange(FilterPortRange sourcePortRange)The source port range.
-