Uses of Class
software.amazon.awssdk.services.networkfirewall.model.FirewallPolicy
-
Packages that use FirewallPolicy Package Description software.amazon.awssdk.services.networkfirewall.model -
-
Uses of FirewallPolicy in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return FirewallPolicy Modifier and Type Method Description FirewallPolicyCreateFirewallPolicyRequest. firewallPolicy()The rule groups and policy actions to use in the firewall policy.FirewallPolicyDescribeFirewallPolicyResponse. firewallPolicy()The policy for the specified firewall policy.FirewallPolicyUpdateFirewallPolicyRequest. firewallPolicy()The updated firewall policy to use for the firewall.Methods in software.amazon.awssdk.services.networkfirewall.model with parameters of type FirewallPolicy Modifier and Type Method Description CreateFirewallPolicyRequest.BuilderCreateFirewallPolicyRequest.Builder. firewallPolicy(FirewallPolicy firewallPolicy)The rule groups and policy actions to use in the firewall policy.DescribeFirewallPolicyResponse.BuilderDescribeFirewallPolicyResponse.Builder. firewallPolicy(FirewallPolicy firewallPolicy)The policy for the specified firewall policy.UpdateFirewallPolicyRequest.BuilderUpdateFirewallPolicyRequest.Builder. firewallPolicy(FirewallPolicy firewallPolicy)The updated firewall policy to use for the firewall.
-