| Package | Description |
|---|---|
| com.amazonaws.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
StatelessRule |
StatelessRule.clone() |
StatelessRule |
StatelessRule.withPriority(Integer priority)
A setting that indicates the order in which to run this rule relative to all of the rules that are defined for a
stateless rule group.
|
StatelessRule |
StatelessRule.withRuleDefinition(RuleDefinition ruleDefinition)
Defines the stateless 5-tuple packet inspection criteria and the action to take on a packet that matches the
criteria.
|
| Modifier and Type | Method and Description |
|---|---|
List<StatelessRule> |
StatelessRulesAndCustomActions.getStatelessRules()
Defines the set of stateless rules for use in a stateless rule group.
|
| Modifier and Type | Method and Description |
|---|---|
StatelessRulesAndCustomActions |
StatelessRulesAndCustomActions.withStatelessRules(StatelessRule... statelessRules)
Defines the set of stateless rules for use in a stateless rule group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatelessRulesAndCustomActions.setStatelessRules(Collection<StatelessRule> statelessRules)
Defines the set of stateless rules for use in a stateless rule group.
|
StatelessRulesAndCustomActions |
StatelessRulesAndCustomActions.withStatelessRules(Collection<StatelessRule> statelessRules)
Defines the set of stateless rules for use in a stateless rule group.
|
Copyright © 2021. All rights reserved.