| Package | Description |
|---|---|
| com.amazonaws.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
ResolverRuleConfig |
ResolverRuleConfig.clone() |
ResolverRuleConfig |
UpdateResolverRuleRequest.getConfig()
The new settings for the resolver rule.
|
ResolverRuleConfig |
ResolverRuleConfig.withName(String name)
The new name for the resolver rule.
|
ResolverRuleConfig |
ResolverRuleConfig.withResolverEndpointId(String resolverEndpointId)
The ID of the new outbound resolver endpoint that you want to use to route DNS queries to the IP addresses that
you specify in
TargetIps. |
ResolverRuleConfig |
ResolverRuleConfig.withTargetIps(Collection<TargetAddress> targetIps)
For DNS queries that originate in your VPC, the new IP addresses that you want to route outbound DNS queries to.
|
ResolverRuleConfig |
ResolverRuleConfig.withTargetIps(TargetAddress... targetIps)
For DNS queries that originate in your VPC, the new IP addresses that you want to route outbound DNS queries to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateResolverRuleRequest.setConfig(ResolverRuleConfig config)
The new settings for the resolver rule.
|
UpdateResolverRuleRequest |
UpdateResolverRuleRequest.withConfig(ResolverRuleConfig config)
The new settings for the resolver rule.
|
Copyright © 2020. All rights reserved.