Uses of Class
software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyResponse
-
Packages that use UpdateFirewallPolicyResponse Package Description software.amazon.awssdk.services.networkfirewall This is the API Reference for Network Firewall. -
-
Uses of UpdateFirewallPolicyResponse in software.amazon.awssdk.services.networkfirewall
Methods in software.amazon.awssdk.services.networkfirewall that return UpdateFirewallPolicyResponse Modifier and Type Method Description default UpdateFirewallPolicyResponseNetworkFirewallClient. updateFirewallPolicy(Consumer<UpdateFirewallPolicyRequest.Builder> updateFirewallPolicyRequest)Updates the properties of the specified firewall policy.default UpdateFirewallPolicyResponseNetworkFirewallClient. updateFirewallPolicy(UpdateFirewallPolicyRequest updateFirewallPolicyRequest)Updates the properties of the specified firewall policy.Methods in software.amazon.awssdk.services.networkfirewall that return types with arguments of type UpdateFirewallPolicyResponse Modifier and Type Method Description default CompletableFuture<UpdateFirewallPolicyResponse>NetworkFirewallAsyncClient. updateFirewallPolicy(Consumer<UpdateFirewallPolicyRequest.Builder> updateFirewallPolicyRequest)Updates the properties of the specified firewall policy.default CompletableFuture<UpdateFirewallPolicyResponse>NetworkFirewallAsyncClient. updateFirewallPolicy(UpdateFirewallPolicyRequest updateFirewallPolicyRequest)Updates the properties of the specified firewall policy.
-