Uses of Class
software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallPolicyChangeProtectionResponse
-
Packages that use UpdateFirewallPolicyChangeProtectionResponse Package Description software.amazon.awssdk.services.networkfirewall This is the API Reference for Network Firewall. -
-
Uses of UpdateFirewallPolicyChangeProtectionResponse in software.amazon.awssdk.services.networkfirewall
Methods in software.amazon.awssdk.services.networkfirewall that return UpdateFirewallPolicyChangeProtectionResponse Modifier and Type Method Description default UpdateFirewallPolicyChangeProtectionResponseNetworkFirewallClient. updateFirewallPolicyChangeProtection(Consumer<UpdateFirewallPolicyChangeProtectionRequest.Builder> updateFirewallPolicyChangeProtectionRequest)Modifies the flag,ChangeProtection, which indicates whether it is possible to change the firewall.default UpdateFirewallPolicyChangeProtectionResponseNetworkFirewallClient. updateFirewallPolicyChangeProtection(UpdateFirewallPolicyChangeProtectionRequest updateFirewallPolicyChangeProtectionRequest)Modifies the flag,ChangeProtection, which indicates whether it is possible to change the firewall.Methods in software.amazon.awssdk.services.networkfirewall that return types with arguments of type UpdateFirewallPolicyChangeProtectionResponse Modifier and Type Method Description default CompletableFuture<UpdateFirewallPolicyChangeProtectionResponse>NetworkFirewallAsyncClient. updateFirewallPolicyChangeProtection(Consumer<UpdateFirewallPolicyChangeProtectionRequest.Builder> updateFirewallPolicyChangeProtectionRequest)Modifies the flag,ChangeProtection, which indicates whether it is possible to change the firewall.default CompletableFuture<UpdateFirewallPolicyChangeProtectionResponse>NetworkFirewallAsyncClient. updateFirewallPolicyChangeProtection(UpdateFirewallPolicyChangeProtectionRequest updateFirewallPolicyChangeProtectionRequest)Modifies the flag,ChangeProtection, which indicates whether it is possible to change the firewall.
-