| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
static WafOverrideActionType |
WafOverrideActionType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
WafOverrideActionType |
WafOverrideAction.type()
COUNT overrides the action specified by the individual rule within a RuleGroup . |
static WafOverrideActionType |
WafOverrideActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WafOverrideActionType[] |
WafOverrideActionType.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<WafOverrideActionType> |
WafOverrideActionType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
WafOverrideAction.Builder |
WafOverrideAction.Builder.type(WafOverrideActionType type)
COUNT overrides the action specified by the individual rule within a RuleGroup . |
Copyright © 2023. All rights reserved.