| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
Action |
CreateFirewallRuleRequest.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:
|
Action |
UpdateFirewallRuleRequest.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:
|
Action |
FirewallRule.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:
|
Action |
ListFirewallRulesRequest.action()
Optional additional filter for the rules to retrieve.
|
static Action |
Action.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Action |
Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Action[] |
Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Action> |
Action.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateFirewallRuleRequest.Builder |
CreateFirewallRuleRequest.Builder.action(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:
|
UpdateFirewallRuleRequest.Builder |
UpdateFirewallRuleRequest.Builder.action(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.Builder |
FirewallRule.Builder.action(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:
|
ListFirewallRulesRequest.Builder |
ListFirewallRulesRequest.Builder.action(Action action)
Optional additional filter for the rules to retrieve.
|
Copyright © 2023. All rights reserved.