| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
List<CustomAction> |
StatelessRulesAndCustomActions.customActions()
Defines an array of individual custom action definitions that are available for use by the stateless rules in
this
StatelessRulesAndCustomActions specification. |
List<CustomAction> |
FirewallPolicy.statelessCustomActions()
The custom action definitions that are available for use in the firewall policy's
StatelessDefaultActions setting. |
| Modifier and Type | Method and Description |
|---|---|
StatelessRulesAndCustomActions.Builder |
StatelessRulesAndCustomActions.Builder.customActions(CustomAction... customActions)
Defines an array of individual custom action definitions that are available for use by the stateless rules in
this
StatelessRulesAndCustomActions specification. |
FirewallPolicy.Builder |
FirewallPolicy.Builder.statelessCustomActions(CustomAction... statelessCustomActions)
The custom action definitions that are available for use in the firewall policy's
StatelessDefaultActions setting. |
| Modifier and Type | Method and Description |
|---|---|
StatelessRulesAndCustomActions.Builder |
StatelessRulesAndCustomActions.Builder.customActions(Collection<CustomAction> customActions)
Defines an array of individual custom action definitions that are available for use by the stateless rules in
this
StatelessRulesAndCustomActions specification. |
FirewallPolicy.Builder |
FirewallPolicy.Builder.statelessCustomActions(Collection<CustomAction> statelessCustomActions)
The custom action definitions that are available for use in the firewall policy's
StatelessDefaultActions setting. |
Copyright © 2023. All rights reserved.