| Package | Description |
|---|---|
| com.amazonaws.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
RuleVariables |
RuleVariables.addIPSetsEntry(String key,
IPSet value)
Add a single IPSets entry
|
RuleVariables |
RuleVariables.addPortSetsEntry(String key,
PortSet value)
Add a single PortSets entry
|
RuleVariables |
RuleVariables.clearIPSetsEntries()
Removes all the entries added into IPSets.
|
RuleVariables |
RuleVariables.clearPortSetsEntries()
Removes all the entries added into PortSets.
|
RuleVariables |
RuleVariables.clone() |
RuleVariables |
RuleGroup.getRuleVariables()
Settings that are available for use in the rules in the rule group.
|
RuleVariables |
RuleVariables.withIPSets(Map<String,IPSet> iPSets)
A list of IP addresses and address ranges, in CIDR notation.
|
RuleVariables |
RuleVariables.withPortSets(Map<String,PortSet> portSets)
A list of port ranges.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleGroup.setRuleVariables(RuleVariables ruleVariables)
Settings that are available for use in the rules in the rule group.
|
RuleGroup |
RuleGroup.withRuleVariables(RuleVariables ruleVariables)
Settings that are available for use in the rules in the rule group.
|
Copyright © 2021. All rights reserved.