| 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<AssociateSubnetsResult> |
AbstractAWSNetworkFirewallAsync.associateSubnetsAsync(AssociateSubnetsRequest request,
AsyncHandler<AssociateSubnetsRequest,AssociateSubnetsResult> asyncHandler) |
Future<AssociateSubnetsResult> |
AWSNetworkFirewallAsync.associateSubnetsAsync(AssociateSubnetsRequest associateSubnetsRequest,
AsyncHandler<AssociateSubnetsRequest,AssociateSubnetsResult> asyncHandler)
Associates the specified subnets in the Amazon VPC to the firewall.
|
Future<AssociateSubnetsResult> |
AWSNetworkFirewallAsyncClient.associateSubnetsAsync(AssociateSubnetsRequest request,
AsyncHandler<AssociateSubnetsRequest,AssociateSubnetsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AssociateSubnetsRequest |
AssociateSubnetsRequest.clone() |
AssociateSubnetsRequest |
AssociateSubnetsRequest.withFirewallArn(String firewallArn)
The Amazon Resource Name (ARN) of the firewall.
|
AssociateSubnetsRequest |
AssociateSubnetsRequest.withFirewallName(String firewallName)
The descriptive name of the firewall.
|
AssociateSubnetsRequest |
AssociateSubnetsRequest.withSubnetMappings(Collection<SubnetMapping> subnetMappings)
The IDs of the subnets that you want to associate with the firewall.
|
AssociateSubnetsRequest |
AssociateSubnetsRequest.withSubnetMappings(SubnetMapping... subnetMappings)
The IDs of the subnets that you want to associate with the firewall.
|
AssociateSubnetsRequest |
AssociateSubnetsRequest.withUpdateToken(String updateToken)
An optional token that you can use for optimistic locking.
|
Copyright © 2024. All rights reserved.