| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkfirewall |
This is the API Reference for Network Firewall.
|
| software.amazon.awssdk.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AssociateSubnetsResponse> |
NetworkFirewallAsyncClient.associateSubnets(Consumer<AssociateSubnetsRequest.Builder> associateSubnetsRequest)
Associates the specified subnets in the Amazon VPC to the firewall.
|
default AssociateSubnetsResponse |
NetworkFirewallClient.associateSubnets(Consumer<AssociateSubnetsRequest.Builder> associateSubnetsRequest)
Associates the specified subnets in the Amazon VPC to the firewall.
|
| Modifier and Type | Method and Description |
|---|---|
static AssociateSubnetsRequest.Builder |
AssociateSubnetsRequest.builder() |
AssociateSubnetsRequest.Builder |
AssociateSubnetsRequest.Builder.firewallArn(String firewallArn)
The Amazon Resource Name (ARN) of the firewall.
|
AssociateSubnetsRequest.Builder |
AssociateSubnetsRequest.Builder.firewallName(String firewallName)
The descriptive name of the firewall.
|
AssociateSubnetsRequest.Builder |
AssociateSubnetsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateSubnetsRequest.Builder |
AssociateSubnetsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateSubnetsRequest.Builder |
AssociateSubnetsRequest.Builder.subnetMappings(Collection<SubnetMapping> subnetMappings)
The IDs of the subnets that you want to associate with the firewall.
|
AssociateSubnetsRequest.Builder |
AssociateSubnetsRequest.Builder.subnetMappings(Consumer<SubnetMapping.Builder>... subnetMappings)
The IDs of the subnets that you want to associate with the firewall.
|
AssociateSubnetsRequest.Builder |
AssociateSubnetsRequest.Builder.subnetMappings(SubnetMapping... subnetMappings)
The IDs of the subnets that you want to associate with the firewall.
|
AssociateSubnetsRequest.Builder |
AssociateSubnetsRequest.toBuilder() |
AssociateSubnetsRequest.Builder |
AssociateSubnetsRequest.Builder.updateToken(String updateToken)
An optional token that you can use for optimistic locking.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AssociateSubnetsRequest.Builder> |
AssociateSubnetsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.