| Package | Description |
|---|---|
| com.amazonaws.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
Firewall |
Firewall.clone() |
Firewall |
DescribeFirewallResult.getFirewall()
The configuration settings for the firewall.
|
Firewall |
CreateFirewallResult.getFirewall()
The configuration settings for the firewall.
|
Firewall |
DeleteFirewallResult.getFirewall() |
Firewall |
Firewall.withDeleteProtection(Boolean deleteProtection)
A flag indicating whether it is possible to delete the firewall.
|
Firewall |
Firewall.withDescription(String description)
A description of the firewall.
|
Firewall |
Firewall.withEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
A complex type that contains the Amazon Web Services KMS encryption configuration settings for your firewall.
|
Firewall |
Firewall.withFirewallArn(String firewallArn)
The Amazon Resource Name (ARN) of the firewall.
|
Firewall |
Firewall.withFirewallId(String firewallId)
The unique identifier for the firewall.
|
Firewall |
Firewall.withFirewallName(String firewallName)
The descriptive name of the firewall.
|
Firewall |
Firewall.withFirewallPolicyArn(String firewallPolicyArn)
The Amazon Resource Name (ARN) of the firewall policy.
|
Firewall |
Firewall.withFirewallPolicyChangeProtection(Boolean firewallPolicyChangeProtection)
A setting indicating whether the firewall is protected against a change to the firewall policy association.
|
Firewall |
Firewall.withSubnetChangeProtection(Boolean subnetChangeProtection)
A setting indicating whether the firewall is protected against changes to the subnet associations.
|
Firewall |
Firewall.withSubnetMappings(Collection<SubnetMapping> subnetMappings)
The public subnets that Network Firewall is using for the firewall.
|
Firewall |
Firewall.withSubnetMappings(SubnetMapping... subnetMappings)
The public subnets that Network Firewall is using for the firewall.
|
Firewall |
Firewall.withTags(Collection<Tag> tags)
|
Firewall |
Firewall.withTags(Tag... tags)
|
Firewall |
Firewall.withVpcId(String vpcId)
The unique identifier of the VPC where the firewall is in use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeFirewallResult.setFirewall(Firewall firewall)
The configuration settings for the firewall.
|
void |
CreateFirewallResult.setFirewall(Firewall firewall)
The configuration settings for the firewall.
|
void |
DeleteFirewallResult.setFirewall(Firewall firewall) |
DescribeFirewallResult |
DescribeFirewallResult.withFirewall(Firewall firewall)
The configuration settings for the firewall.
|
CreateFirewallResult |
CreateFirewallResult.withFirewall(Firewall firewall)
The configuration settings for the firewall.
|
DeleteFirewallResult |
DeleteFirewallResult.withFirewall(Firewall firewall) |
Copyright © 2024. All rights reserved.