| Package | Description |
|---|---|
| software.amazon.awssdk.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
static RuleOrder |
RuleOrder.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RuleOrder |
StatefulEngineOptions.ruleOrder()
Indicates how to manage the order of stateful rule evaluation for the policy.
|
static RuleOrder |
RuleOrder.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<RuleOrder> |
RuleOrder.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
StatefulEngineOptions.Builder |
StatefulEngineOptions.Builder.ruleOrder(RuleOrder ruleOrder)
Indicates how to manage the order of stateful rule evaluation for the policy.
|
Copyright © 2022. All rights reserved.