| Package | Description |
|---|---|
| com.amazonaws.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
RuleOption |
RuleOption.clone() |
RuleOption |
RuleOption.withKeyword(String keyword)
The keyword for the Suricata compatible rule option.
|
RuleOption |
RuleOption.withSettings(Collection<String> settings)
The settings of the Suricata compatible rule option.
|
RuleOption |
RuleOption.withSettings(String... settings)
The settings of the Suricata compatible rule option.
|
| Modifier and Type | Method and Description |
|---|---|
List<RuleOption> |
StatefulRule.getRuleOptions()
Additional options for the rule.
|
| Modifier and Type | Method and Description |
|---|---|
StatefulRule |
StatefulRule.withRuleOptions(RuleOption... ruleOptions)
Additional options for the rule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatefulRule.setRuleOptions(Collection<RuleOption> ruleOptions)
Additional options for the rule.
|
StatefulRule |
StatefulRule.withRuleOptions(Collection<RuleOption> ruleOptions)
Additional options for the rule.
|
Copyright © 2025. All rights reserved.