| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkfirewall |
This is the API Reference for Network Firewall.
|
| Modifier and Type | Method and Description |
|---|---|
default AssociateSubnetsResponse |
NetworkFirewallClient.associateSubnets(AssociateSubnetsRequest 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.
|
default CreateFirewallResponse |
NetworkFirewallClient.createFirewall(Consumer<CreateFirewallRequest.Builder> createFirewallRequest)
Creates an Network Firewall Firewall and accompanying FirewallStatus for a VPC.
|
default CreateFirewallResponse |
NetworkFirewallClient.createFirewall(CreateFirewallRequest createFirewallRequest)
Creates an Network Firewall Firewall and accompanying FirewallStatus for a VPC.
|
default CreateFirewallPolicyResponse |
NetworkFirewallClient.createFirewallPolicy(Consumer<CreateFirewallPolicyRequest.Builder> createFirewallPolicyRequest)
Creates the firewall policy for the firewall according to the specifications.
|
default CreateFirewallPolicyResponse |
NetworkFirewallClient.createFirewallPolicy(CreateFirewallPolicyRequest createFirewallPolicyRequest)
Creates the firewall policy for the firewall according to the specifications.
|
default CreateRuleGroupResponse |
NetworkFirewallClient.createRuleGroup(Consumer<CreateRuleGroupRequest.Builder> createRuleGroupRequest)
Creates the specified stateless or stateful rule group, which includes the rules for network traffic inspection,
a capacity setting, and tags.
|
default CreateRuleGroupResponse |
NetworkFirewallClient.createRuleGroup(CreateRuleGroupRequest createRuleGroupRequest)
Creates the specified stateless or stateful rule group, which includes the rules for network traffic inspection,
a capacity setting, and tags.
|
Copyright © 2023. All rights reserved.