Uses of Class
software.amazon.awssdk.services.fms.model.RuleOrder
-
Packages that use RuleOrder Package Description software.amazon.awssdk.services.fms.model -
-
Uses of RuleOrder in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return RuleOrder Modifier and Type Method Description static RuleOrderRuleOrder. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RuleOrderStatefulEngineOptions. ruleOrder()Indicates how to manage the order of stateful rule evaluation for the policy.static RuleOrderRuleOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static RuleOrder[]RuleOrder. 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 RuleOrder Modifier and Type Method Description static Set<RuleOrder>RuleOrder. knownValues()Methods in software.amazon.awssdk.services.fms.model with parameters of type RuleOrder Modifier and Type Method Description StatefulEngineOptions.BuilderStatefulEngineOptions.Builder. ruleOrder(RuleOrder ruleOrder)Indicates how to manage the order of stateful rule evaluation for the policy.
-