Uses of Class
software.amazon.awssdk.services.securityhub.model.PortRangeFromTo
-
Packages that use PortRangeFromTo Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of PortRangeFromTo in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return PortRangeFromTo Modifier and Type Method Description PortRangeFromToAwsEc2NetworkAclEntry. portRange()For TCP or UDP protocols, the range of ports that the rule applies to.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type PortRangeFromTo Modifier and Type Method Description AwsEc2NetworkAclEntry.BuilderAwsEc2NetworkAclEntry.Builder. portRange(PortRangeFromTo portRange)For TCP or UDP protocols, the range of ports that the rule applies to.
-