| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
List<SubnetMapping> |
Firewall.subnetMappings()
The public subnets that Network Firewall is using for the firewall.
|
List<SubnetMapping> |
AssociateSubnetsRequest.subnetMappings()
The IDs of the subnets that you want to associate with the firewall.
|
List<SubnetMapping> |
CreateFirewallRequest.subnetMappings()
The public subnets to use for your Network Firewall firewalls.
|
List<SubnetMapping> |
DisassociateSubnetsResponse.subnetMappings()
The IDs of the subnets that are associated with the firewall.
|
List<SubnetMapping> |
AssociateSubnetsResponse.subnetMappings()
The IDs of the subnets that are associated with the firewall.
|
| Modifier and Type | Method and Description |
|---|---|
Firewall.Builder |
Firewall.Builder.subnetMappings(SubnetMapping... subnetMappings)
The public subnets that Network Firewall is using for the firewall.
|
AssociateSubnetsRequest.Builder |
AssociateSubnetsRequest.Builder.subnetMappings(SubnetMapping... subnetMappings)
The IDs of the subnets that you want to associate with the firewall.
|
CreateFirewallRequest.Builder |
CreateFirewallRequest.Builder.subnetMappings(SubnetMapping... subnetMappings)
The public subnets to use for your Network Firewall firewalls.
|
DisassociateSubnetsResponse.Builder |
DisassociateSubnetsResponse.Builder.subnetMappings(SubnetMapping... subnetMappings)
The IDs of the subnets that are associated with the firewall.
|
AssociateSubnetsResponse.Builder |
AssociateSubnetsResponse.Builder.subnetMappings(SubnetMapping... subnetMappings)
The IDs of the subnets that are associated with the firewall.
|
| Modifier and Type | Method and Description |
|---|---|
Firewall.Builder |
Firewall.Builder.subnetMappings(Collection<SubnetMapping> subnetMappings)
The public subnets that Network Firewall is using for the firewall.
|
AssociateSubnetsRequest.Builder |
AssociateSubnetsRequest.Builder.subnetMappings(Collection<SubnetMapping> subnetMappings)
The IDs of the subnets that you want to associate with the firewall.
|
CreateFirewallRequest.Builder |
CreateFirewallRequest.Builder.subnetMappings(Collection<SubnetMapping> subnetMappings)
The public subnets to use for your Network Firewall firewalls.
|
DisassociateSubnetsResponse.Builder |
DisassociateSubnetsResponse.Builder.subnetMappings(Collection<SubnetMapping> subnetMappings)
The IDs of the subnets that are associated with the firewall.
|
AssociateSubnetsResponse.Builder |
AssociateSubnetsResponse.Builder.subnetMappings(Collection<SubnetMapping> subnetMappings)
The IDs of the subnets that are associated with the firewall.
|
Copyright © 2023. All rights reserved.