| Package | Description |
|---|---|
| com.amazonaws.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
StatefulRule |
StatefulRule.clone() |
StatefulRule |
StatefulRule.withAction(StatefulAction action)
Defines what Network Firewall should do with the packets in a traffic flow when the flow matches the stateful
rule criteria.
|
StatefulRule |
StatefulRule.withAction(String action)
Defines what Network Firewall should do with the packets in a traffic flow when the flow matches the stateful
rule criteria.
|
StatefulRule |
StatefulRule.withHeader(Header header)
The stateful 5-tuple inspection criteria for this rule, used to inspect traffic flows.
|
StatefulRule |
StatefulRule.withRuleOptions(Collection<RuleOption> ruleOptions)
|
StatefulRule |
StatefulRule.withRuleOptions(RuleOption... ruleOptions)
|
| Modifier and Type | Method and Description |
|---|---|
List<StatefulRule> |
RulesSource.getStatefulRules()
The 5-tuple stateful inspection criteria.
|
| Modifier and Type | Method and Description |
|---|---|
RulesSource |
RulesSource.withStatefulRules(StatefulRule... statefulRules)
The 5-tuple stateful inspection criteria.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RulesSource.setStatefulRules(Collection<StatefulRule> statefulRules)
The 5-tuple stateful inspection criteria.
|
RulesSource |
RulesSource.withStatefulRules(Collection<StatefulRule> statefulRules)
The 5-tuple stateful inspection criteria.
|
Copyright © 2021. All rights reserved.