| Package | Description |
|---|---|
| com.amazonaws.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
IPSet |
IPSet.clone() |
IPSet |
IPSet.withDefinition(Collection<String> definition)
The list of IP addresses and address ranges, in CIDR notation.
|
IPSet |
IPSet.withDefinition(String... definition)
The list of IP addresses and address ranges, in CIDR notation.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,IPSet> |
RuleVariables.getIPSets()
A list of IP addresses and address ranges, in CIDR notation.
|
| Modifier and Type | Method and Description |
|---|---|
RuleVariables |
RuleVariables.addIPSetsEntry(String key,
IPSet value)
Add a single IPSets entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleVariables.setIPSets(Map<String,IPSet> iPSets)
A list of IP addresses and address ranges, in CIDR notation.
|
RuleVariables |
RuleVariables.withIPSets(Map<String,IPSet> iPSets)
A list of IP addresses and address ranges, in CIDR notation.
|
Copyright © 2021. All rights reserved.