| Package | Description |
|---|---|
| com.amazonaws.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
static RuleTypeOption |
RuleTypeOption.fromValue(String value)
Use this in place of valueOf.
|
static RuleTypeOption |
RuleTypeOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleTypeOption[] |
RuleTypeOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CreateResolverRuleRequest |
CreateResolverRuleRequest.withRuleType(RuleTypeOption ruleType)
When you want to forward DNS queries for specified domain name to resolvers on your network, specify
FORWARD. |
ResolverRule |
ResolverRule.withRuleType(RuleTypeOption ruleType)
When you want to forward DNS queries for specified domain name to resolvers on your network, specify
FORWARD. |
Copyright © 2024. All rights reserved.