| Package | Description |
|---|---|
| com.amazonaws.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
SubnetMapping |
SubnetMapping.clone() |
SubnetMapping |
SubnetMapping.withIPAddressType(IPAddressType iPAddressType)
The subnet's IP address type.
|
SubnetMapping |
SubnetMapping.withIPAddressType(String iPAddressType)
The subnet's IP address type.
|
SubnetMapping |
SubnetMapping.withSubnetId(String subnetId)
The unique identifier for the subnet.
|
| Modifier and Type | Method and Description |
|---|---|
List<SubnetMapping> |
AssociateSubnetsResult.getSubnetMappings()
The IDs of the subnets that are associated with the firewall.
|
List<SubnetMapping> |
Firewall.getSubnetMappings()
The public subnets that Network Firewall is using for the firewall.
|
List<SubnetMapping> |
CreateFirewallRequest.getSubnetMappings()
The public subnets to use for your Network Firewall firewalls.
|
List<SubnetMapping> |
AssociateSubnetsRequest.getSubnetMappings()
The IDs of the subnets that you want to associate with the firewall.
|
List<SubnetMapping> |
DisassociateSubnetsResult.getSubnetMappings()
The IDs of the subnets that are associated with the firewall.
|
| Modifier and Type | Method and Description |
|---|---|
AssociateSubnetsResult |
AssociateSubnetsResult.withSubnetMappings(SubnetMapping... subnetMappings)
The IDs of the subnets that are associated with the firewall.
|
Firewall |
Firewall.withSubnetMappings(SubnetMapping... subnetMappings)
The public subnets that Network Firewall is using for the firewall.
|
CreateFirewallRequest |
CreateFirewallRequest.withSubnetMappings(SubnetMapping... subnetMappings)
The public subnets to use for your Network Firewall firewalls.
|
AssociateSubnetsRequest |
AssociateSubnetsRequest.withSubnetMappings(SubnetMapping... subnetMappings)
The IDs of the subnets that you want to associate with the firewall.
|
DisassociateSubnetsResult |
DisassociateSubnetsResult.withSubnetMappings(SubnetMapping... subnetMappings)
The IDs of the subnets that are associated with the firewall.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssociateSubnetsResult.setSubnetMappings(Collection<SubnetMapping> subnetMappings)
The IDs of the subnets that are associated with the firewall.
|
void |
Firewall.setSubnetMappings(Collection<SubnetMapping> subnetMappings)
The public subnets that Network Firewall is using for the firewall.
|
void |
CreateFirewallRequest.setSubnetMappings(Collection<SubnetMapping> subnetMappings)
The public subnets to use for your Network Firewall firewalls.
|
void |
AssociateSubnetsRequest.setSubnetMappings(Collection<SubnetMapping> subnetMappings)
The IDs of the subnets that you want to associate with the firewall.
|
void |
DisassociateSubnetsResult.setSubnetMappings(Collection<SubnetMapping> subnetMappings)
The IDs of the subnets that are associated with the firewall.
|
AssociateSubnetsResult |
AssociateSubnetsResult.withSubnetMappings(Collection<SubnetMapping> subnetMappings)
The IDs of the subnets that are associated with the firewall.
|
Firewall |
Firewall.withSubnetMappings(Collection<SubnetMapping> subnetMappings)
The public subnets that Network Firewall is using for the firewall.
|
CreateFirewallRequest |
CreateFirewallRequest.withSubnetMappings(Collection<SubnetMapping> subnetMappings)
The public subnets to use for your Network Firewall firewalls.
|
AssociateSubnetsRequest |
AssociateSubnetsRequest.withSubnetMappings(Collection<SubnetMapping> subnetMappings)
The IDs of the subnets that you want to associate with the firewall.
|
DisassociateSubnetsResult |
DisassociateSubnetsResult.withSubnetMappings(Collection<SubnetMapping> subnetMappings)
The IDs of the subnets that are associated with the firewall.
|
Copyright © 2024. All rights reserved.