Uses of Class
software.amazon.awssdk.services.networkfirewall.model.SubnetMapping
-
Packages that use SubnetMapping Package Description software.amazon.awssdk.services.networkfirewall.model -
-
Uses of SubnetMapping in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return types with arguments of type SubnetMapping Modifier and Type Method Description List<SubnetMapping>AssociateSubnetsRequest. subnetMappings()The IDs of the subnets that you want to associate with the firewall.List<SubnetMapping>AssociateSubnetsResponse. subnetMappings()The IDs of the subnets that are associated 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>Firewall. subnetMappings()The public subnets that Network Firewall is using for the firewall.Methods in software.amazon.awssdk.services.networkfirewall.model with parameters of type SubnetMapping Modifier and Type Method Description AssociateSubnetsRequest.BuilderAssociateSubnetsRequest.Builder. subnetMappings(SubnetMapping... subnetMappings)The IDs of the subnets that you want to associate with the firewall.AssociateSubnetsResponse.BuilderAssociateSubnetsResponse.Builder. subnetMappings(SubnetMapping... subnetMappings)The IDs of the subnets that are associated with the firewall.CreateFirewallRequest.BuilderCreateFirewallRequest.Builder. subnetMappings(SubnetMapping... subnetMappings)The public subnets to use for your Network Firewall firewalls.DisassociateSubnetsResponse.BuilderDisassociateSubnetsResponse.Builder. subnetMappings(SubnetMapping... subnetMappings)The IDs of the subnets that are associated with the firewall.Firewall.BuilderFirewall.Builder. subnetMappings(SubnetMapping... subnetMappings)The public subnets that Network Firewall is using for the firewall.Method parameters in software.amazon.awssdk.services.networkfirewall.model with type arguments of type SubnetMapping Modifier and Type Method Description AssociateSubnetsRequest.BuilderAssociateSubnetsRequest.Builder. subnetMappings(Collection<SubnetMapping> subnetMappings)The IDs of the subnets that you want to associate with the firewall.AssociateSubnetsResponse.BuilderAssociateSubnetsResponse.Builder. subnetMappings(Collection<SubnetMapping> subnetMappings)The IDs of the subnets that are associated with the firewall.CreateFirewallRequest.BuilderCreateFirewallRequest.Builder. subnetMappings(Collection<SubnetMapping> subnetMappings)The public subnets to use for your Network Firewall firewalls.DisassociateSubnetsResponse.BuilderDisassociateSubnetsResponse.Builder. subnetMappings(Collection<SubnetMapping> subnetMappings)The IDs of the subnets that are associated with the firewall.Firewall.BuilderFirewall.Builder. subnetMappings(Collection<SubnetMapping> subnetMappings)The public subnets that Network Firewall is using for the firewall.
-