Uses of Class
software.amazon.awssdk.services.networkfirewall.model.RuleDefinition
-
Packages that use RuleDefinition Package Description software.amazon.awssdk.services.networkfirewall.model -
-
Uses of RuleDefinition in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return RuleDefinition Modifier and Type Method Description RuleDefinitionStatelessRule. ruleDefinition()Defines the stateless 5-tuple packet inspection criteria and the action to take on a packet that matches the criteria.Methods in software.amazon.awssdk.services.networkfirewall.model with parameters of type RuleDefinition Modifier and Type Method Description StatelessRule.BuilderStatelessRule.Builder. ruleDefinition(RuleDefinition ruleDefinition)Defines the stateless 5-tuple packet inspection criteria and the action to take on a packet that matches the criteria.
-