| Package | Description |
|---|---|
| com.amazonaws.services.networkfirewall |
This is the API Reference for AWS Network Firewall.
|
| com.amazonaws.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
DisassociateSubnetsResult |
AbstractAWSNetworkFirewall.disassociateSubnets(DisassociateSubnetsRequest request) |
DisassociateSubnetsResult |
AWSNetworkFirewall.disassociateSubnets(DisassociateSubnetsRequest disassociateSubnetsRequest)
Removes the specified subnet associations from the firewall.
|
DisassociateSubnetsResult |
AWSNetworkFirewallClient.disassociateSubnets(DisassociateSubnetsRequest request)
Removes the specified subnet associations from the firewall.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DisassociateSubnetsResult> |
AWSNetworkFirewallAsyncClient.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.
|
Future<DisassociateSubnetsResult> |
AbstractAWSNetworkFirewallAsync.disassociateSubnetsAsync(DisassociateSubnetsRequest request,
AsyncHandler<DisassociateSubnetsRequest,DisassociateSubnetsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DisassociateSubnetsResult |
DisassociateSubnetsResult.clone() |
DisassociateSubnetsResult |
DisassociateSubnetsResult.withFirewallArn(String firewallArn)
The Amazon Resource Name (ARN) of the firewall.
|
DisassociateSubnetsResult |
DisassociateSubnetsResult.withFirewallName(String firewallName)
The descriptive name of the firewall.
|
DisassociateSubnetsResult |
DisassociateSubnetsResult.withSubnetMappings(Collection<SubnetMapping> subnetMappings)
The IDs of the subnets that are associated with the firewall.
|
DisassociateSubnetsResult |
DisassociateSubnetsResult.withSubnetMappings(SubnetMapping... subnetMappings)
The IDs of the subnets that are associated with the firewall.
|
DisassociateSubnetsResult |
DisassociateSubnetsResult.withUpdateToken(String updateToken)
An optional token that you can use for optimistic locking.
|
Copyright © 2021. All rights reserved.