| Package | Description |
|---|---|
| com.amazonaws.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
RulesSource |
RulesSource.clone() |
RulesSource |
RuleGroup.getRulesSource()
The stateful rules or stateless rules for the rule group.
|
RulesSource |
RulesSource.withRulesSourceList(RulesSourceList rulesSourceList)
Stateful inspection criteria for a domain list rule group.
|
RulesSource |
RulesSource.withRulesString(String rulesString)
Stateful inspection criteria, provided in Suricata compatible rules.
|
RulesSource |
RulesSource.withStatefulRules(Collection<StatefulRule> statefulRules)
An array of individual stateful rules inspection criteria to be used together in a stateful rule group.
|
RulesSource |
RulesSource.withStatefulRules(StatefulRule... statefulRules)
An array of individual stateful rules inspection criteria to be used together in a stateful rule group.
|
RulesSource |
RulesSource.withStatelessRulesAndCustomActions(StatelessRulesAndCustomActions statelessRulesAndCustomActions)
Stateless inspection criteria to be used in a stateless rule group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleGroup.setRulesSource(RulesSource rulesSource)
The stateful rules or stateless rules for the rule group.
|
RuleGroup |
RuleGroup.withRulesSource(RulesSource rulesSource)
The stateful rules or stateless rules for the rule group.
|
Copyright © 2025. All rights reserved.