| Package | Description |
|---|---|
| com.amazonaws.services.networkfirewall |
This is the API Reference for Network Firewall.
|
| com.amazonaws.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateSubnetChangeProtectionResult> |
AWSNetworkFirewallAsyncClient.updateSubnetChangeProtectionAsync(UpdateSubnetChangeProtectionRequest request,
AsyncHandler<UpdateSubnetChangeProtectionRequest,UpdateSubnetChangeProtectionResult> asyncHandler) |
Future<UpdateSubnetChangeProtectionResult> |
AWSNetworkFirewallAsync.updateSubnetChangeProtectionAsync(UpdateSubnetChangeProtectionRequest updateSubnetChangeProtectionRequest,
AsyncHandler<UpdateSubnetChangeProtectionRequest,UpdateSubnetChangeProtectionResult> asyncHandler)
|
Future<UpdateSubnetChangeProtectionResult> |
AbstractAWSNetworkFirewallAsync.updateSubnetChangeProtectionAsync(UpdateSubnetChangeProtectionRequest request,
AsyncHandler<UpdateSubnetChangeProtectionRequest,UpdateSubnetChangeProtectionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateSubnetChangeProtectionRequest |
UpdateSubnetChangeProtectionRequest.clone() |
UpdateSubnetChangeProtectionRequest |
UpdateSubnetChangeProtectionRequest.withFirewallArn(String firewallArn)
The Amazon Resource Name (ARN) of the firewall.
|
UpdateSubnetChangeProtectionRequest |
UpdateSubnetChangeProtectionRequest.withFirewallName(String firewallName)
The descriptive name of the firewall.
|
UpdateSubnetChangeProtectionRequest |
UpdateSubnetChangeProtectionRequest.withSubnetChangeProtection(Boolean subnetChangeProtection)
A setting indicating whether the firewall is protected against changes to the subnet associations.
|
UpdateSubnetChangeProtectionRequest |
UpdateSubnetChangeProtectionRequest.withUpdateToken(String updateToken)
An optional token that you can use for optimistic locking.
|
Copyright © 2024. All rights reserved.