| 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<DisassociateSubnetsResult> |
AWSNetworkFirewallAsyncClient.disassociateSubnetsAsync(DisassociateSubnetsRequest request,
AsyncHandler<DisassociateSubnetsRequest,DisassociateSubnetsResult> asyncHandler) |
Future<DisassociateSubnetsResult> |
AbstractAWSNetworkFirewallAsync.disassociateSubnetsAsync(DisassociateSubnetsRequest request,
AsyncHandler<DisassociateSubnetsRequest,DisassociateSubnetsResult> asyncHandler) |
Future<DisassociateSubnetsResult> |
AWSNetworkFirewallAsync.disassociateSubnetsAsync(DisassociateSubnetsRequest disassociateSubnetsRequest,
AsyncHandler<DisassociateSubnetsRequest,DisassociateSubnetsResult> asyncHandler)
Removes the specified subnet associations from the firewall.
|
| Modifier and Type | Method and Description |
|---|---|
DisassociateSubnetsRequest |
DisassociateSubnetsRequest.clone() |
DisassociateSubnetsRequest |
DisassociateSubnetsRequest.withFirewallArn(String firewallArn)
The Amazon Resource Name (ARN) of the firewall.
|
DisassociateSubnetsRequest |
DisassociateSubnetsRequest.withFirewallName(String firewallName)
The descriptive name of the firewall.
|
DisassociateSubnetsRequest |
DisassociateSubnetsRequest.withSubnetIds(Collection<String> subnetIds)
The unique identifiers for the subnets that you want to disassociate.
|
DisassociateSubnetsRequest |
DisassociateSubnetsRequest.withSubnetIds(String... subnetIds)
The unique identifiers for the subnets that you want to disassociate.
|
DisassociateSubnetsRequest |
DisassociateSubnetsRequest.withUpdateToken(String updateToken)
An optional token that you can use for optimistic locking.
|
Copyright © 2025. All rights reserved.