| Package | Description |
|---|---|
| com.amazonaws.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
TargetAddress |
TargetAddress.clone() |
TargetAddress |
TargetAddress.withIp(String ip)
One IPv4 address that you want to forward DNS queries to.
|
TargetAddress |
TargetAddress.withIpv6(String ipv6)
One IPv6 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. |
TargetAddress |
TargetAddress.withProtocol(Protocol protocol)
The protocols for the Resolver endpoints.
|
TargetAddress |
TargetAddress.withProtocol(String protocol)
The protocols for the Resolver endpoints.
|
| Modifier and Type | Method and Description |
|---|---|
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> |
CreateResolverRuleRequest.getTargetIps()
The IPs that you want Resolver to forward DNS queries to.
|
List<TargetAddress> |
ResolverRule.getTargetIps()
An array that contains the IP addresses and ports that an outbound endpoint forwards DNS queries to.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
CreateResolverRuleRequest |
CreateResolverRuleRequest.withTargetIps(TargetAddress... targetIps)
The IPs that you want Resolver to forward DNS queries to.
|
ResolverRule |
ResolverRule.withTargetIps(TargetAddress... targetIps)
An array that contains the IP addresses and ports that an outbound endpoint forwards DNS queries to.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
CreateResolverRuleRequest.setTargetIps(Collection<TargetAddress> targetIps)
The IPs that you want Resolver to forward DNS queries to.
|
void |
ResolverRule.setTargetIps(Collection<TargetAddress> targetIps)
An array that contains the IP addresses and ports that an outbound endpoint forwards 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.
|
CreateResolverRuleRequest |
CreateResolverRuleRequest.withTargetIps(Collection<TargetAddress> targetIps)
The IPs that you want Resolver to forward DNS queries to.
|
ResolverRule |
ResolverRule.withTargetIps(Collection<TargetAddress> targetIps)
An array that contains the IP addresses and ports that an outbound endpoint forwards DNS queries to.
|
Copyright © 2025. All rights reserved.