| Package | Description |
|---|---|
| com.amazonaws.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
TargetAddress |
TargetAddress.clone() |
TargetAddress |
TargetAddress.withIp(String ip)
One IP address that you want to forward DNS queries to.
|
TargetAddress |
TargetAddress.withPort(Integer port)
The port at
Ip that you want to forward DNS queries to. |
| Modifier and Type | Method and Description |
|---|---|
List<TargetAddress> |
CreateResolverRuleRequest.getTargetIps()
The IPs that you want Resolver to forward DNS queries to.
|
List<TargetAddress> |
ResolverRuleConfig.getTargetIps()
For DNS queries that originate in your VPC, the new IP addresses that you want to route outbound DNS queries to.
|
List<TargetAddress> |
ResolverRule.getTargetIps()
An array that contains the IP addresses and ports that you want to forward
|
| Modifier and Type | Method and Description |
|---|---|
CreateResolverRuleRequest |
CreateResolverRuleRequest.withTargetIps(TargetAddress... targetIps)
The IPs that you want Resolver to forward 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.
|
ResolverRule |
ResolverRule.withTargetIps(TargetAddress... targetIps)
An array that contains the IP addresses and ports that you want to forward
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateResolverRuleRequest.setTargetIps(Collection<TargetAddress> targetIps)
The IPs that you want Resolver to forward DNS queries to.
|
void |
ResolverRuleConfig.setTargetIps(Collection<TargetAddress> targetIps)
For DNS queries that originate in your VPC, the new IP addresses that you want to route outbound DNS queries to.
|
void |
ResolverRule.setTargetIps(Collection<TargetAddress> targetIps)
An array that contains the IP addresses and ports that you want to forward
|
CreateResolverRuleRequest |
CreateResolverRuleRequest.withTargetIps(Collection<TargetAddress> targetIps)
The IPs that you want Resolver to forward DNS queries to.
|
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.
|
ResolverRule |
ResolverRule.withTargetIps(Collection<TargetAddress> targetIps)
An array that contains the IP addresses and ports that you want to forward
|
Copyright © 2019. All rights reserved.