| Package | Description |
|---|---|
| com.amazonaws.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
PortSet |
PortSet.clone() |
PortSet |
PortSet.withDefinition(Collection<String> definition)
The set of port ranges.
|
PortSet |
PortSet.withDefinition(String... definition)
The set of port ranges.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,PortSet> |
RuleVariables.getPortSets()
A list of port ranges.
|
| Modifier and Type | Method and Description |
|---|---|
RuleVariables |
RuleVariables.addPortSetsEntry(String key,
PortSet value)
Add a single PortSets entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleVariables.setPortSets(Map<String,PortSet> portSets)
A list of port ranges.
|
RuleVariables |
RuleVariables.withPortSets(Map<String,PortSet> portSets)
A list of port ranges.
|
Copyright © 2022. All rights reserved.