| 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 CompletableFuture<UpdateSubnetChangeProtectionResponse> |
NetworkFirewallAsyncClient.updateSubnetChangeProtection(Consumer<UpdateSubnetChangeProtectionRequest.Builder> updateSubnetChangeProtectionRequest)
|
default UpdateSubnetChangeProtectionResponse |
NetworkFirewallClient.updateSubnetChangeProtection(Consumer<UpdateSubnetChangeProtectionRequest.Builder> updateSubnetChangeProtectionRequest)
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateSubnetChangeProtectionRequest.Builder |
UpdateSubnetChangeProtectionRequest.builder() |
UpdateSubnetChangeProtectionRequest.Builder |
UpdateSubnetChangeProtectionRequest.Builder.firewallArn(String firewallArn)
The Amazon Resource Name (ARN) of the firewall.
|
UpdateSubnetChangeProtectionRequest.Builder |
UpdateSubnetChangeProtectionRequest.Builder.firewallName(String firewallName)
The descriptive name of the firewall.
|
UpdateSubnetChangeProtectionRequest.Builder |
UpdateSubnetChangeProtectionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateSubnetChangeProtectionRequest.Builder |
UpdateSubnetChangeProtectionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateSubnetChangeProtectionRequest.Builder |
UpdateSubnetChangeProtectionRequest.Builder.subnetChangeProtection(Boolean subnetChangeProtection)
A setting indicating whether the firewall is protected against changes to the subnet associations.
|
UpdateSubnetChangeProtectionRequest.Builder |
UpdateSubnetChangeProtectionRequest.toBuilder() |
UpdateSubnetChangeProtectionRequest.Builder |
UpdateSubnetChangeProtectionRequest.Builder.updateToken(String updateToken)
An optional token that you can use for optimistic locking.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateSubnetChangeProtectionRequest.Builder> |
UpdateSubnetChangeProtectionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.