| Package | Description |
|---|---|
| com.amazonaws.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
CustomAction |
CustomAction.clone() |
CustomAction |
CustomAction.withActionDefinition(ActionDefinition actionDefinition)
The custom action associated with the action name.
|
CustomAction |
CustomAction.withActionName(String actionName)
The descriptive name of the custom action.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomAction> |
StatelessRulesAndCustomActions.getCustomActions()
Defines an array of individual custom action definitions that are available for use by the stateless rules in
this
StatelessRulesAndCustomActions specification. |
List<CustomAction> |
FirewallPolicy.getStatelessCustomActions()
The custom action definitions that are available for use in the firewall policy's
StatelessDefaultActions setting. |
| Modifier and Type | Method and Description |
|---|---|
StatelessRulesAndCustomActions |
StatelessRulesAndCustomActions.withCustomActions(CustomAction... customActions)
Defines an array of individual custom action definitions that are available for use by the stateless rules in
this
StatelessRulesAndCustomActions specification. |
FirewallPolicy |
FirewallPolicy.withStatelessCustomActions(CustomAction... statelessCustomActions)
The custom action definitions that are available for use in the firewall policy's
StatelessDefaultActions setting. |
| Modifier and Type | Method and Description |
|---|---|
void |
StatelessRulesAndCustomActions.setCustomActions(Collection<CustomAction> customActions)
Defines an array of individual custom action definitions that are available for use by the stateless rules in
this
StatelessRulesAndCustomActions specification. |
void |
FirewallPolicy.setStatelessCustomActions(Collection<CustomAction> statelessCustomActions)
The custom action definitions that are available for use in the firewall policy's
StatelessDefaultActions setting. |
StatelessRulesAndCustomActions |
StatelessRulesAndCustomActions.withCustomActions(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 |
FirewallPolicy.withStatelessCustomActions(Collection<CustomAction> statelessCustomActions)
The custom action definitions that are available for use in the firewall policy's
StatelessDefaultActions setting. |
Copyright © 2025. All rights reserved.