| 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 inspection criteria for this rule, used to inspect traffic flows.
|
StatefulRule |
StatefulRule.withRuleOptions(Collection<RuleOption> ruleOptions)
Additional options for the rule.
|
StatefulRule |
StatefulRule.withRuleOptions(RuleOption... ruleOptions)
Additional options for the rule.
|
| Modifier and Type | Method and Description |
|---|---|
List<StatefulRule> |
RulesSource.getStatefulRules()
An array of individual stateful rules inspection criteria to be used together in a stateful rule group.
|
| Modifier and Type | Method and Description |
|---|---|
RulesSource |
RulesSource.withStatefulRules(StatefulRule... statefulRules)
An array of individual stateful rules inspection criteria to be used together in a stateful rule group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RulesSource.setStatefulRules(Collection<StatefulRule> statefulRules)
An array of individual stateful rules inspection criteria to be used together in a stateful rule group.
|
RulesSource |
RulesSource.withStatefulRules(Collection<StatefulRule> statefulRules)
An array of individual stateful rules inspection criteria to be used together in a stateful rule group.
|
Copyright © 2024. All rights reserved.