| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
static WafActionType |
WafActionType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
WafActionType |
WafAction.type()
Specifies how you want AWS WAF to respond to requests that match the settings in a
Rule. |
static WafActionType |
WafActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WafActionType[] |
WafActionType.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<WafActionType> |
WafActionType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
WafAction.Builder |
WafAction.Builder.type(WafActionType type)
Specifies how you want AWS WAF to respond to requests that match the settings in a
Rule. |
Copyright © 2023. All rights reserved.