| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkfirewall |
This is the API Reference for Network Firewall.
|
| software.amazon.awssdk.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateFirewallDeleteProtectionResponse |
NetworkFirewallClient.updateFirewallDeleteProtection(Consumer<UpdateFirewallDeleteProtectionRequest.Builder> updateFirewallDeleteProtectionRequest)
Modifies the flag,
DeleteProtection, which indicates whether it is possible to delete the firewall. |
default CompletableFuture<UpdateFirewallDeleteProtectionResponse> |
NetworkFirewallAsyncClient.updateFirewallDeleteProtection(Consumer<UpdateFirewallDeleteProtectionRequest.Builder> updateFirewallDeleteProtectionRequest)
Modifies the flag,
DeleteProtection, which indicates whether it is possible to delete the firewall. |
| Modifier and Type | Method and Description |
|---|---|
static UpdateFirewallDeleteProtectionRequest.Builder |
UpdateFirewallDeleteProtectionRequest.builder() |
UpdateFirewallDeleteProtectionRequest.Builder |
UpdateFirewallDeleteProtectionRequest.Builder.deleteProtection(Boolean deleteProtection)
A flag indicating whether it is possible to delete the firewall.
|
UpdateFirewallDeleteProtectionRequest.Builder |
UpdateFirewallDeleteProtectionRequest.Builder.firewallArn(String firewallArn)
The Amazon Resource Name (ARN) of the firewall.
|
UpdateFirewallDeleteProtectionRequest.Builder |
UpdateFirewallDeleteProtectionRequest.Builder.firewallName(String firewallName)
The descriptive name of the firewall.
|
UpdateFirewallDeleteProtectionRequest.Builder |
UpdateFirewallDeleteProtectionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateFirewallDeleteProtectionRequest.Builder |
UpdateFirewallDeleteProtectionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateFirewallDeleteProtectionRequest.Builder |
UpdateFirewallDeleteProtectionRequest.toBuilder() |
UpdateFirewallDeleteProtectionRequest.Builder |
UpdateFirewallDeleteProtectionRequest.Builder.updateToken(String updateToken)
An optional token that you can use for optimistic locking.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateFirewallDeleteProtectionRequest.Builder> |
UpdateFirewallDeleteProtectionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.