| Package | Description |
|---|---|
| com.amazonaws.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkFirewallPolicyDescription |
NetworkFirewallPolicyDescription.clone() |
NetworkFirewallPolicyDescription |
NetworkFirewallPolicyModifiedViolation.getCurrentPolicyDescription()
The policy that's currently in use in the individual account.
|
NetworkFirewallPolicyDescription |
NetworkFirewallPolicyModifiedViolation.getExpectedPolicyDescription()
The policy that should be in use in the individual account in order to be compliant.
|
NetworkFirewallPolicyDescription |
NetworkFirewallPolicyDescription.withStatefulDefaultActions(Collection<String> statefulDefaultActions)
The default actions to take on a packet that doesn't match any stateful rules.
|
NetworkFirewallPolicyDescription |
NetworkFirewallPolicyDescription.withStatefulDefaultActions(String... statefulDefaultActions)
The default actions to take on a packet that doesn't match any stateful rules.
|
NetworkFirewallPolicyDescription |
NetworkFirewallPolicyDescription.withStatefulEngineOptions(StatefulEngineOptions statefulEngineOptions)
Additional options governing how Network Firewall handles stateful rules.
|
NetworkFirewallPolicyDescription |
NetworkFirewallPolicyDescription.withStatefulRuleGroups(Collection<StatefulRuleGroup> statefulRuleGroups)
The stateful rule groups that are used in the Network Firewall firewall policy.
|
NetworkFirewallPolicyDescription |
NetworkFirewallPolicyDescription.withStatefulRuleGroups(StatefulRuleGroup... statefulRuleGroups)
The stateful rule groups that are used in the Network Firewall firewall policy.
|
NetworkFirewallPolicyDescription |
NetworkFirewallPolicyDescription.withStatelessCustomActions(Collection<String> statelessCustomActions)
Names of custom actions that are available for use in the stateless default actions settings.
|
NetworkFirewallPolicyDescription |
NetworkFirewallPolicyDescription.withStatelessCustomActions(String... statelessCustomActions)
Names of custom actions that are available for use in the stateless default actions settings.
|
NetworkFirewallPolicyDescription |
NetworkFirewallPolicyDescription.withStatelessDefaultActions(Collection<String> statelessDefaultActions)
The actions to take on packets that don't match any of the stateless rule groups.
|
NetworkFirewallPolicyDescription |
NetworkFirewallPolicyDescription.withStatelessDefaultActions(String... statelessDefaultActions)
The actions to take on packets that don't match any of the stateless rule groups.
|
NetworkFirewallPolicyDescription |
NetworkFirewallPolicyDescription.withStatelessFragmentDefaultActions(Collection<String> statelessFragmentDefaultActions)
The actions to take on packet fragments that don't match any of the stateless rule groups.
|
NetworkFirewallPolicyDescription |
NetworkFirewallPolicyDescription.withStatelessFragmentDefaultActions(String... statelessFragmentDefaultActions)
The actions to take on packet fragments that don't match any of the stateless rule groups.
|
NetworkFirewallPolicyDescription |
NetworkFirewallPolicyDescription.withStatelessRuleGroups(Collection<StatelessRuleGroup> statelessRuleGroups)
The stateless rule groups that are used in the Network Firewall firewall policy.
|
NetworkFirewallPolicyDescription |
NetworkFirewallPolicyDescription.withStatelessRuleGroups(StatelessRuleGroup... statelessRuleGroups)
The stateless rule groups that are used in the Network Firewall firewall policy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkFirewallPolicyModifiedViolation.setCurrentPolicyDescription(NetworkFirewallPolicyDescription currentPolicyDescription)
The policy that's currently in use in the individual account.
|
void |
NetworkFirewallPolicyModifiedViolation.setExpectedPolicyDescription(NetworkFirewallPolicyDescription expectedPolicyDescription)
The policy that should be in use in the individual account in order to be compliant.
|
NetworkFirewallPolicyModifiedViolation |
NetworkFirewallPolicyModifiedViolation.withCurrentPolicyDescription(NetworkFirewallPolicyDescription currentPolicyDescription)
The policy that's currently in use in the individual account.
|
NetworkFirewallPolicyModifiedViolation |
NetworkFirewallPolicyModifiedViolation.withExpectedPolicyDescription(NetworkFirewallPolicyDescription expectedPolicyDescription)
The policy that should be in use in the individual account in order to be compliant.
|
Copyright © 2025. All rights reserved.