| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
StatefulAction |
StatefulRule.action()
Defines what Network Firewall should do with the packets in a traffic flow when the flow matches the stateful
rule criteria.
|
static StatefulAction |
StatefulAction.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static StatefulAction |
StatefulAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatefulAction[] |
StatefulAction.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<StatefulAction> |
StatefulAction.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
StatefulRule.Builder |
StatefulRule.Builder.action(StatefulAction action)
Defines what Network Firewall should do with the packets in a traffic flow when the flow matches the stateful
rule criteria.
|
Copyright © 2023. All rights reserved.