Uses of Class
software.amazon.awssdk.services.networkfirewall.model.IPSet
-
Packages that use IPSet Package Description software.amazon.awssdk.services.networkfirewall.model -
-
Uses of IPSet in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return types with arguments of type IPSet Modifier and Type Method Description Map<String,IPSet>RuleVariables. ipSets()A list of IP addresses and address ranges, in CIDR notation.Map<String,IPSet>PolicyVariables. ruleVariables()The IPv4 or IPv6 addresses in CIDR notation to use for the SuricataHOME_NETvariable.Method parameters in software.amazon.awssdk.services.networkfirewall.model with type arguments of type IPSet Modifier and Type Method Description RuleVariables.BuilderRuleVariables.Builder. ipSets(Map<String,IPSet> ipSets)A list of IP addresses and address ranges, in CIDR notation.PolicyVariables.BuilderPolicyVariables.Builder. ruleVariables(Map<String,IPSet> ruleVariables)The IPv4 or IPv6 addresses in CIDR notation to use for the SuricataHOME_NETvariable.
-