| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
static RuleTypeOption |
RuleTypeOption.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RuleTypeOption |
CreateResolverRuleRequest.ruleType()
When you want to forward DNS queries for specified domain name to resolvers on your network, specify
FORWARD. |
RuleTypeOption |
ResolverRule.ruleType()
When you want to forward DNS queries for specified domain name to resolvers on your network, specify
FORWARD. |
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 |
|---|---|
static Set<RuleTypeOption> |
RuleTypeOption.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateResolverRuleRequest.Builder |
CreateResolverRuleRequest.Builder.ruleType(RuleTypeOption ruleType)
When you want to forward DNS queries for specified domain name to resolvers on your network, specify
FORWARD. |
ResolverRule.Builder |
ResolverRule.Builder.ruleType(RuleTypeOption ruleType)
When you want to forward DNS queries for specified domain name to resolvers on your network, specify
FORWARD. |
Copyright © 2023. All rights reserved.