| 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 |
|---|---|
AssociateSubnetsResult |
AbstractAWSNetworkFirewall.associateSubnets(AssociateSubnetsRequest request) |
AssociateSubnetsResult |
AWSNetworkFirewall.associateSubnets(AssociateSubnetsRequest associateSubnetsRequest)
Associates the specified subnets in the Amazon VPC to the firewall.
|
AssociateSubnetsResult |
AWSNetworkFirewallClient.associateSubnets(AssociateSubnetsRequest request)
Associates the specified subnets in the Amazon VPC to the firewall.
|
| 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 |
|---|---|
AssociateSubnetsResult |
AssociateSubnetsResult.clone() |
AssociateSubnetsResult |
AssociateSubnetsResult.withFirewallArn(String firewallArn)
The Amazon Resource Name (ARN) of the firewall.
|
AssociateSubnetsResult |
AssociateSubnetsResult.withFirewallName(String firewallName)
The descriptive name of the firewall.
|
AssociateSubnetsResult |
AssociateSubnetsResult.withSubnetMappings(Collection<SubnetMapping> subnetMappings)
The IDs of the subnets that are associated with the firewall.
|
AssociateSubnetsResult |
AssociateSubnetsResult.withSubnetMappings(SubnetMapping... subnetMappings)
The IDs of the subnets that are associated with the firewall.
|
AssociateSubnetsResult |
AssociateSubnetsResult.withUpdateToken(String updateToken)
An optional token that you can use for optimistic locking.
|
Copyright © 2024. All rights reserved.