Uses of Class
software.amazon.awssdk.services.fms.model.NetworkFirewallOverrideAction
-
Packages that use NetworkFirewallOverrideAction Package Description software.amazon.awssdk.services.fms.model -
-
Uses of NetworkFirewallOverrideAction in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return NetworkFirewallOverrideAction Modifier and Type Method Description NetworkFirewallOverrideActionNetworkFirewallStatefulRuleGroupOverride. action()The action that changes the rule group fromDROPtoALERT.static NetworkFirewallOverrideActionNetworkFirewallOverrideAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static NetworkFirewallOverrideActionNetworkFirewallOverrideAction. valueOf(String name)Returns the enum constant of this type with the specified name.static NetworkFirewallOverrideAction[]NetworkFirewallOverrideAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type NetworkFirewallOverrideAction Modifier and Type Method Description static Set<NetworkFirewallOverrideAction>NetworkFirewallOverrideAction. knownValues()Methods in software.amazon.awssdk.services.fms.model with parameters of type NetworkFirewallOverrideAction Modifier and Type Method Description NetworkFirewallStatefulRuleGroupOverride.BuilderNetworkFirewallStatefulRuleGroupOverride.Builder. action(NetworkFirewallOverrideAction action)The action that changes the rule group fromDROPtoALERT.
-