Uses of Class
software.amazon.awssdk.services.networkfirewall.model.CreateFirewallPolicyResponse
-
Packages that use CreateFirewallPolicyResponse Package Description software.amazon.awssdk.services.networkfirewall This is the API Reference for Network Firewall. -
-
Uses of CreateFirewallPolicyResponse in software.amazon.awssdk.services.networkfirewall
Methods in software.amazon.awssdk.services.networkfirewall that return CreateFirewallPolicyResponse Modifier and Type Method Description default CreateFirewallPolicyResponseNetworkFirewallClient. createFirewallPolicy(Consumer<CreateFirewallPolicyRequest.Builder> createFirewallPolicyRequest)Creates the firewall policy for the firewall according to the specifications.default CreateFirewallPolicyResponseNetworkFirewallClient. createFirewallPolicy(CreateFirewallPolicyRequest createFirewallPolicyRequest)Creates the firewall policy for the firewall according to the specifications.Methods in software.amazon.awssdk.services.networkfirewall that return types with arguments of type CreateFirewallPolicyResponse Modifier and Type Method Description default CompletableFuture<CreateFirewallPolicyResponse>NetworkFirewallAsyncClient. createFirewallPolicy(Consumer<CreateFirewallPolicyRequest.Builder> createFirewallPolicyRequest)Creates the firewall policy for the firewall according to the specifications.default CompletableFuture<CreateFirewallPolicyResponse>NetworkFirewallAsyncClient. createFirewallPolicy(CreateFirewallPolicyRequest createFirewallPolicyRequest)Creates the firewall policy for the firewall according to the specifications.
-