| Package | Description |
|---|---|
| com.amazonaws.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
FirewallPolicy |
FirewallPolicy.clone() |
FirewallPolicy |
UpdateFirewallPolicyRequest.getFirewallPolicy()
The updated firewall policy to use for the firewall.
|
FirewallPolicy |
DescribeFirewallPolicyResult.getFirewallPolicy()
The policy for the specified firewall policy.
|
FirewallPolicy |
CreateFirewallPolicyRequest.getFirewallPolicy()
The rule groups and policy actions to use in the firewall policy.
|
FirewallPolicy |
FirewallPolicy.withPolicyVariables(PolicyVariables policyVariables)
Contains variables that you can use to override default Suricata settings in your firewall policy.
|
FirewallPolicy |
FirewallPolicy.withStatefulDefaultActions(Collection<String> statefulDefaultActions)
The default actions to take on a packet that doesn't match any stateful rules.
|
FirewallPolicy |
FirewallPolicy.withStatefulDefaultActions(String... statefulDefaultActions)
The default actions to take on a packet that doesn't match any stateful rules.
|
FirewallPolicy |
FirewallPolicy.withStatefulEngineOptions(StatefulEngineOptions statefulEngineOptions)
Additional options governing how Network Firewall handles stateful rules.
|
FirewallPolicy |
FirewallPolicy.withStatefulRuleGroupReferences(Collection<StatefulRuleGroupReference> statefulRuleGroupReferences)
References to the stateful rule groups that are used in the policy.
|
FirewallPolicy |
FirewallPolicy.withStatefulRuleGroupReferences(StatefulRuleGroupReference... statefulRuleGroupReferences)
References to the stateful rule groups that are used in the policy.
|
FirewallPolicy |
FirewallPolicy.withStatelessCustomActions(Collection<CustomAction> statelessCustomActions)
The custom action definitions that are available for use in the firewall policy's
StatelessDefaultActions setting. |
FirewallPolicy |
FirewallPolicy.withStatelessCustomActions(CustomAction... statelessCustomActions)
The custom action definitions that are available for use in the firewall policy's
StatelessDefaultActions setting. |
FirewallPolicy |
FirewallPolicy.withStatelessDefaultActions(Collection<String> statelessDefaultActions)
The actions to take on a packet if it doesn't match any of the stateless rules in the policy.
|
FirewallPolicy |
FirewallPolicy.withStatelessDefaultActions(String... statelessDefaultActions)
The actions to take on a packet if it doesn't match any of the stateless rules in the policy.
|
FirewallPolicy |
FirewallPolicy.withStatelessFragmentDefaultActions(Collection<String> statelessFragmentDefaultActions)
The actions to take on a fragmented UDP packet if it doesn't match any of the stateless rules in the policy.
|
FirewallPolicy |
FirewallPolicy.withStatelessFragmentDefaultActions(String... statelessFragmentDefaultActions)
The actions to take on a fragmented UDP packet if it doesn't match any of the stateless rules in the policy.
|
FirewallPolicy |
FirewallPolicy.withStatelessRuleGroupReferences(Collection<StatelessRuleGroupReference> statelessRuleGroupReferences)
References to the stateless rule groups that are used in the policy.
|
FirewallPolicy |
FirewallPolicy.withStatelessRuleGroupReferences(StatelessRuleGroupReference... statelessRuleGroupReferences)
References to the stateless rule groups that are used in the policy.
|
FirewallPolicy |
FirewallPolicy.withTLSInspectionConfigurationArn(String tLSInspectionConfigurationArn)
The Amazon Resource Name (ARN) of the TLS inspection configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateFirewallPolicyRequest.setFirewallPolicy(FirewallPolicy firewallPolicy)
The updated firewall policy to use for the firewall.
|
void |
DescribeFirewallPolicyResult.setFirewallPolicy(FirewallPolicy firewallPolicy)
The policy for the specified firewall policy.
|
void |
CreateFirewallPolicyRequest.setFirewallPolicy(FirewallPolicy firewallPolicy)
The rule groups and policy actions to use in the firewall policy.
|
UpdateFirewallPolicyRequest |
UpdateFirewallPolicyRequest.withFirewallPolicy(FirewallPolicy firewallPolicy)
The updated firewall policy to use for the firewall.
|
DescribeFirewallPolicyResult |
DescribeFirewallPolicyResult.withFirewallPolicy(FirewallPolicy firewallPolicy)
The policy for the specified firewall policy.
|
CreateFirewallPolicyRequest |
CreateFirewallPolicyRequest.withFirewallPolicy(FirewallPolicy firewallPolicy)
The rule groups and policy actions to use in the firewall policy.
|
Copyright © 2024. All rights reserved.