| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
RuleGroupSource |
RuleGroupSource.clone() |
RuleGroupSource |
RuleGroupDetails.getRulesSource()
The rules and actions for the rule group.
|
RuleGroupSource |
RuleGroupSource.withRulesSourceList(RuleGroupSourceListDetails rulesSourceList)
Stateful inspection criteria for a domain list rule group.
|
RuleGroupSource |
RuleGroupSource.withRulesString(String rulesString)
Stateful inspection criteria, provided in Suricata compatible intrusion prevention system (IPS) rules.
|
RuleGroupSource |
RuleGroupSource.withStatefulRules(Collection<RuleGroupSourceStatefulRulesDetails> statefulRules)
Suricata rule specifications.
|
RuleGroupSource |
RuleGroupSource.withStatefulRules(RuleGroupSourceStatefulRulesDetails... statefulRules)
Suricata rule specifications.
|
RuleGroupSource |
RuleGroupSource.withStatelessRulesAndCustomActions(RuleGroupSourceStatelessRulesAndCustomActionsDetails statelessRulesAndCustomActions)
The stateless rules and custom actions used by a stateless rule group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleGroupDetails.setRulesSource(RuleGroupSource rulesSource)
The rules and actions for the rule group.
|
RuleGroupDetails |
RuleGroupDetails.withRulesSource(RuleGroupSource rulesSource)
The rules and actions for the rule group.
|
Copyright © 2022. All rights reserved.