| 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 UpdateFirewallPolicyChangeProtectionResponse |
NetworkFirewallClient.updateFirewallPolicyChangeProtection(Consumer<UpdateFirewallPolicyChangeProtectionRequest.Builder> updateFirewallPolicyChangeProtectionRequest)
Modifies the flag,
ChangeProtection, which indicates whether it is possible to change the firewall. |
default CompletableFuture<UpdateFirewallPolicyChangeProtectionResponse> |
NetworkFirewallAsyncClient.updateFirewallPolicyChangeProtection(Consumer<UpdateFirewallPolicyChangeProtectionRequest.Builder> updateFirewallPolicyChangeProtectionRequest)
Modifies the flag,
ChangeProtection, which indicates whether it is possible to change the firewall. |
| Modifier and Type | Method and Description |
|---|---|
static UpdateFirewallPolicyChangeProtectionRequest.Builder |
UpdateFirewallPolicyChangeProtectionRequest.builder() |
UpdateFirewallPolicyChangeProtectionRequest.Builder |
UpdateFirewallPolicyChangeProtectionRequest.Builder.firewallArn(String firewallArn)
The Amazon Resource Name (ARN) of the firewall.
|
UpdateFirewallPolicyChangeProtectionRequest.Builder |
UpdateFirewallPolicyChangeProtectionRequest.Builder.firewallName(String firewallName)
The descriptive name of the firewall.
|
UpdateFirewallPolicyChangeProtectionRequest.Builder |
UpdateFirewallPolicyChangeProtectionRequest.Builder.firewallPolicyChangeProtection(Boolean firewallPolicyChangeProtection)
A setting indicating whether the firewall is protected against a change to the firewall policy association.
|
UpdateFirewallPolicyChangeProtectionRequest.Builder |
UpdateFirewallPolicyChangeProtectionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateFirewallPolicyChangeProtectionRequest.Builder |
UpdateFirewallPolicyChangeProtectionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateFirewallPolicyChangeProtectionRequest.Builder |
UpdateFirewallPolicyChangeProtectionRequest.toBuilder() |
UpdateFirewallPolicyChangeProtectionRequest.Builder |
UpdateFirewallPolicyChangeProtectionRequest.Builder.updateToken(String updateToken)
An optional token that you can use for optimistic locking.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateFirewallPolicyChangeProtectionRequest.Builder> |
UpdateFirewallPolicyChangeProtectionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.