| Package | Description |
|---|---|
| com.amazonaws.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
FirewallConfig |
FirewallConfig.clone() |
FirewallConfig |
UpdateFirewallConfigResult.getFirewallConfig()
Configuration of the firewall behavior provided by DNS Firewall for a single VPC.
|
FirewallConfig |
GetFirewallConfigResult.getFirewallConfig()
Configuration of the firewall behavior provided by DNS Firewall for a single VPC from AmazonVPC.
|
FirewallConfig |
FirewallConfig.withFirewallFailOpen(FirewallFailOpenStatus firewallFailOpen)
Determines how DNS Firewall operates during failures, for example when all traffic that is sent to DNS Firewall
fails to receive a reply.
|
FirewallConfig |
FirewallConfig.withFirewallFailOpen(String firewallFailOpen)
Determines how DNS Firewall operates during failures, for example when all traffic that is sent to DNS Firewall
fails to receive a reply.
|
FirewallConfig |
FirewallConfig.withId(String id)
The ID of the firewall configuration.
|
FirewallConfig |
FirewallConfig.withOwnerId(String ownerId)
The Amazon Web Services account ID of the owner of the VPC that this firewall configuration applies to.
|
FirewallConfig |
FirewallConfig.withResourceId(String resourceId)
The ID of the VPC that this firewall configuration applies to.
|
| Modifier and Type | Method and Description |
|---|---|
List<FirewallConfig> |
ListFirewallConfigsResult.getFirewallConfigs()
The configurations for the firewall behavior provided by DNS Firewall for VPCs from Amazon Virtual Private Cloud
(Amazon VPC).
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateFirewallConfigResult.setFirewallConfig(FirewallConfig firewallConfig)
Configuration of the firewall behavior provided by DNS Firewall for a single VPC.
|
void |
GetFirewallConfigResult.setFirewallConfig(FirewallConfig firewallConfig)
Configuration of the firewall behavior provided by DNS Firewall for a single VPC from AmazonVPC.
|
UpdateFirewallConfigResult |
UpdateFirewallConfigResult.withFirewallConfig(FirewallConfig firewallConfig)
Configuration of the firewall behavior provided by DNS Firewall for a single VPC.
|
GetFirewallConfigResult |
GetFirewallConfigResult.withFirewallConfig(FirewallConfig firewallConfig)
Configuration of the firewall behavior provided by DNS Firewall for a single VPC from AmazonVPC.
|
ListFirewallConfigsResult |
ListFirewallConfigsResult.withFirewallConfigs(FirewallConfig... firewallConfigs)
The configurations for the firewall behavior provided by DNS Firewall for VPCs from Amazon Virtual Private Cloud
(Amazon VPC).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListFirewallConfigsResult.setFirewallConfigs(Collection<FirewallConfig> firewallConfigs)
The configurations for the firewall behavior provided by DNS Firewall for VPCs from Amazon Virtual Private Cloud
(Amazon VPC).
|
ListFirewallConfigsResult |
ListFirewallConfigsResult.withFirewallConfigs(Collection<FirewallConfig> firewallConfigs)
The configurations for the firewall behavior provided by DNS Firewall for VPCs from Amazon Virtual Private Cloud
(Amazon VPC).
|
Copyright © 2025. All rights reserved.