Uses of Class
software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDeleteProtectionResponse
-
Packages that use UpdateFirewallDeleteProtectionResponse Package Description software.amazon.awssdk.services.networkfirewall This is the API Reference for Network Firewall. -
-
Uses of UpdateFirewallDeleteProtectionResponse in software.amazon.awssdk.services.networkfirewall
Methods in software.amazon.awssdk.services.networkfirewall that return UpdateFirewallDeleteProtectionResponse Modifier and Type Method Description default UpdateFirewallDeleteProtectionResponseNetworkFirewallClient. updateFirewallDeleteProtection(Consumer<UpdateFirewallDeleteProtectionRequest.Builder> updateFirewallDeleteProtectionRequest)Modifies the flag,DeleteProtection, which indicates whether it is possible to delete the firewall.default UpdateFirewallDeleteProtectionResponseNetworkFirewallClient. updateFirewallDeleteProtection(UpdateFirewallDeleteProtectionRequest updateFirewallDeleteProtectionRequest)Modifies the flag,DeleteProtection, which indicates whether it is possible to delete the firewall.Methods in software.amazon.awssdk.services.networkfirewall that return types with arguments of type UpdateFirewallDeleteProtectionResponse Modifier and Type Method Description default CompletableFuture<UpdateFirewallDeleteProtectionResponse>NetworkFirewallAsyncClient. updateFirewallDeleteProtection(Consumer<UpdateFirewallDeleteProtectionRequest.Builder> updateFirewallDeleteProtectionRequest)Modifies the flag,DeleteProtection, which indicates whether it is possible to delete the firewall.default CompletableFuture<UpdateFirewallDeleteProtectionResponse>NetworkFirewallAsyncClient. updateFirewallDeleteProtection(UpdateFirewallDeleteProtectionRequest updateFirewallDeleteProtectionRequest)Modifies the flag,DeleteProtection, which indicates whether it is possible to delete the firewall.
-