Uses of Class
software.amazon.awssdk.services.fms.model.NetworkAclRuleAction
-
Packages that use NetworkAclRuleAction Package Description software.amazon.awssdk.services.fms.model -
-
Uses of NetworkAclRuleAction in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return NetworkAclRuleAction Modifier and Type Method Description static NetworkAclRuleActionNetworkAclRuleAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NetworkAclRuleActionNetworkAclEntry. ruleAction()Indicates whether to allow or deny the traffic that matches the rule.static NetworkAclRuleActionNetworkAclRuleAction. valueOf(String name)Returns the enum constant of this type with the specified name.static NetworkAclRuleAction[]NetworkAclRuleAction. 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 NetworkAclRuleAction Modifier and Type Method Description static Set<NetworkAclRuleAction>NetworkAclRuleAction. knownValues()Methods in software.amazon.awssdk.services.fms.model with parameters of type NetworkAclRuleAction Modifier and Type Method Description NetworkAclEntry.BuilderNetworkAclEntry.Builder. ruleAction(NetworkAclRuleAction ruleAction)Indicates whether to allow or deny the traffic that matches the rule.
-