Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
RuleOption |
RuleOption.clone() |
RuleOption |
RuleOption.withKeyword(String keyword)
The Suricata keyword.
|
RuleOption |
RuleOption.withSettings(Collection<String> settings)
The settings for the keyword.
|
RuleOption |
RuleOption.withSettings(String... settings)
The settings for the keyword.
|
Modifier and Type | Method and Description |
---|---|
List<RuleOption> |
RuleGroupRuleOptionsPair.getRuleOptions()
The rule options.
|
List<RuleOption> |
AdditionalDetail.getRuleOptions()
The rule options.
|
Modifier and Type | Method and Description |
---|---|
RuleGroupRuleOptionsPair |
RuleGroupRuleOptionsPair.withRuleOptions(RuleOption... ruleOptions)
The rule options.
|
AdditionalDetail |
AdditionalDetail.withRuleOptions(RuleOption... ruleOptions)
The rule options.
|
Modifier and Type | Method and Description |
---|---|
void |
RuleGroupRuleOptionsPair.setRuleOptions(Collection<RuleOption> ruleOptions)
The rule options.
|
void |
AdditionalDetail.setRuleOptions(Collection<RuleOption> ruleOptions)
The rule options.
|
RuleGroupRuleOptionsPair |
RuleGroupRuleOptionsPair.withRuleOptions(Collection<RuleOption> ruleOptions)
The rule options.
|
AdditionalDetail |
AdditionalDetail.withRuleOptions(Collection<RuleOption> ruleOptions)
The rule options.
|
Copyright © 2023. All rights reserved.