| Package | Description |
|---|---|
| com.amazonaws.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
RuleDefinition |
RuleDefinition.clone() |
RuleDefinition |
StatelessRule.getRuleDefinition()
Defines the stateless 5-tuple packet inspection criteria and the action to take on a packet that matches the
criteria.
|
RuleDefinition |
RuleDefinition.withActions(Collection<String> actions)
The actions to take on a packet that matches one of the stateless rule definition's match attributes.
|
RuleDefinition |
RuleDefinition.withActions(String... actions)
The actions to take on a packet that matches one of the stateless rule definition's match attributes.
|
RuleDefinition |
RuleDefinition.withMatchAttributes(MatchAttributes matchAttributes)
Criteria for Network Firewall to use to inspect an individual packet in stateless rule inspection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatelessRule.setRuleDefinition(RuleDefinition ruleDefinition)
Defines the stateless 5-tuple packet inspection criteria and the action to take on a packet that matches the
criteria.
|
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.
|
Copyright © 2022. All rights reserved.