| Package | Description |
|---|---|
| com.amazonaws.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
FirewallRule |
FirewallRule.clone() |
FirewallRule |
UpdateFirewallRuleResult.getFirewallRule()
The firewall rule that you just updated.
|
FirewallRule |
DeleteFirewallRuleResult.getFirewallRule()
The specification for the firewall rule that you just deleted.
|
FirewallRule |
CreateFirewallRuleResult.getFirewallRule()
The firewall rule that you just created.
|
FirewallRule |
FirewallRule.withAction(Action action)
The action that DNS Firewall should take on a DNS query when it matches one of the domains in the rule's domain
list:
|
FirewallRule |
FirewallRule.withAction(String action)
The action that DNS Firewall should take on a DNS query when it matches one of the domains in the rule's domain
list:
|
FirewallRule |
FirewallRule.withBlockOverrideDnsType(BlockOverrideDnsType blockOverrideDnsType)
The DNS record's type.
|
FirewallRule |
FirewallRule.withBlockOverrideDnsType(String blockOverrideDnsType)
The DNS record's type.
|
FirewallRule |
FirewallRule.withBlockOverrideDomain(String blockOverrideDomain)
The custom DNS record to send back in response to the query.
|
FirewallRule |
FirewallRule.withBlockOverrideTtl(Integer blockOverrideTtl)
The recommended amount of time, in seconds, for the DNS resolver or web browser to cache the provided override
record.
|
FirewallRule |
FirewallRule.withBlockResponse(BlockResponse blockResponse)
The way that you want DNS Firewall to block the request.
|
FirewallRule |
FirewallRule.withBlockResponse(String blockResponse)
The way that you want DNS Firewall to block the request.
|
FirewallRule |
FirewallRule.withCreationTime(String creationTime)
The date and time that the rule was created, in Unix time format and Coordinated Universal Time (UTC).
|
FirewallRule |
FirewallRule.withCreatorRequestId(String creatorRequestId)
A unique string defined by you to identify the request.
|
FirewallRule |
FirewallRule.withFirewallDomainListId(String firewallDomainListId)
The ID of the domain list that's used in the rule.
|
FirewallRule |
FirewallRule.withFirewallDomainRedirectionAction(FirewallDomainRedirectionAction firewallDomainRedirectionAction)
How you want the the rule to evaluate DNS redirection in the DNS redirection chain, such as CNAME or DNAME.
|
FirewallRule |
FirewallRule.withFirewallDomainRedirectionAction(String firewallDomainRedirectionAction)
How you want the the rule to evaluate DNS redirection in the DNS redirection chain, such as CNAME or DNAME.
|
FirewallRule |
FirewallRule.withFirewallRuleGroupId(String firewallRuleGroupId)
The unique identifier of the firewall rule group of the rule.
|
FirewallRule |
FirewallRule.withModificationTime(String modificationTime)
The date and time that the rule was last modified, in Unix time format and Coordinated Universal Time (UTC).
|
FirewallRule |
FirewallRule.withName(String name)
The name of the rule.
|
FirewallRule |
FirewallRule.withPriority(Integer priority)
The priority of the rule in the rule group.
|
FirewallRule |
FirewallRule.withQtype(String qtype)
The DNS query type you want the rule to evaluate.
|
| Modifier and Type | Method and Description |
|---|---|
List<FirewallRule> |
ListFirewallRulesResult.getFirewallRules()
A list of the rules that you have defined.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateFirewallRuleResult.setFirewallRule(FirewallRule firewallRule)
The firewall rule that you just updated.
|
void |
DeleteFirewallRuleResult.setFirewallRule(FirewallRule firewallRule)
The specification for the firewall rule that you just deleted.
|
void |
CreateFirewallRuleResult.setFirewallRule(FirewallRule firewallRule)
The firewall rule that you just created.
|
UpdateFirewallRuleResult |
UpdateFirewallRuleResult.withFirewallRule(FirewallRule firewallRule)
The firewall rule that you just updated.
|
DeleteFirewallRuleResult |
DeleteFirewallRuleResult.withFirewallRule(FirewallRule firewallRule)
The specification for the firewall rule that you just deleted.
|
CreateFirewallRuleResult |
CreateFirewallRuleResult.withFirewallRule(FirewallRule firewallRule)
The firewall rule that you just created.
|
ListFirewallRulesResult |
ListFirewallRulesResult.withFirewallRules(FirewallRule... firewallRules)
A list of the rules that you have defined.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListFirewallRulesResult.setFirewallRules(Collection<FirewallRule> firewallRules)
A list of the rules that you have defined.
|
ListFirewallRulesResult |
ListFirewallRulesResult.withFirewallRules(Collection<FirewallRule> firewallRules)
A list of the rules that you have defined.
|
Copyright © 2024. All rights reserved.