Uses of Class
software.amazon.awssdk.services.networkfirewall.model.CustomAction
-
Packages that use CustomAction Package Description software.amazon.awssdk.services.networkfirewall.model -
-
Uses of CustomAction in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return types with arguments of type CustomAction Modifier and Type Method Description List<CustomAction>StatelessRulesAndCustomActions. customActions()Defines an array of individual custom action definitions that are available for use by the stateless rules in thisStatelessRulesAndCustomActionsspecification.List<CustomAction>FirewallPolicy. statelessCustomActions()The custom action definitions that are available for use in the firewall policy'sStatelessDefaultActionssetting.Methods in software.amazon.awssdk.services.networkfirewall.model with parameters of type CustomAction Modifier and Type Method Description StatelessRulesAndCustomActions.BuilderStatelessRulesAndCustomActions.Builder. customActions(CustomAction... customActions)Defines an array of individual custom action definitions that are available for use by the stateless rules in thisStatelessRulesAndCustomActionsspecification.FirewallPolicy.BuilderFirewallPolicy.Builder. statelessCustomActions(CustomAction... statelessCustomActions)The custom action definitions that are available for use in the firewall policy'sStatelessDefaultActionssetting.Method parameters in software.amazon.awssdk.services.networkfirewall.model with type arguments of type CustomAction Modifier and Type Method Description StatelessRulesAndCustomActions.BuilderStatelessRulesAndCustomActions.Builder. customActions(Collection<CustomAction> customActions)Defines an array of individual custom action definitions that are available for use by the stateless rules in thisStatelessRulesAndCustomActionsspecification.FirewallPolicy.BuilderFirewallPolicy.Builder. statelessCustomActions(Collection<CustomAction> statelessCustomActions)The custom action definitions that are available for use in the firewall policy'sStatelessDefaultActionssetting.
-