Uses of Class
software.amazon.awssdk.services.networkfirewall.model.UpdateFirewallDeleteProtectionRequest
-
Packages that use UpdateFirewallDeleteProtectionRequest Package Description software.amazon.awssdk.services.networkfirewall This is the API Reference for Network Firewall.software.amazon.awssdk.services.networkfirewall.transform -
-
Uses of UpdateFirewallDeleteProtectionRequest in software.amazon.awssdk.services.networkfirewall
Methods in software.amazon.awssdk.services.networkfirewall with parameters of type UpdateFirewallDeleteProtectionRequest Modifier and Type Method Description default CompletableFuture<UpdateFirewallDeleteProtectionResponse>NetworkFirewallAsyncClient. updateFirewallDeleteProtection(UpdateFirewallDeleteProtectionRequest 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. -
Uses of UpdateFirewallDeleteProtectionRequest in software.amazon.awssdk.services.networkfirewall.transform
Methods in software.amazon.awssdk.services.networkfirewall.transform with parameters of type UpdateFirewallDeleteProtectionRequest Modifier and Type Method Description SdkHttpFullRequestUpdateFirewallDeleteProtectionRequestMarshaller. marshall(UpdateFirewallDeleteProtectionRequest updateFirewallDeleteProtectionRequest)
-