| Package | Description |
|---|---|
| com.amazonaws.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
IpAddressRequest |
IpAddressRequest.clone() |
IpAddressRequest |
IpAddressRequest.withIp(String ip)
The IPv4 address that you want to use for DNS queries.
|
IpAddressRequest |
IpAddressRequest.withIpv6(String ipv6)
The IPv6 address that you want to use for DNS queries.
|
IpAddressRequest |
IpAddressRequest.withSubnetId(String subnetId)
The ID of the subnet that contains the IP address.
|
| Modifier and Type | Method and Description |
|---|---|
List<IpAddressRequest> |
CreateResolverEndpointRequest.getIpAddresses()
The subnets and IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you
forward DNS queries to (for inbound endpoints).
|
| Modifier and Type | Method and Description |
|---|---|
CreateResolverEndpointRequest |
CreateResolverEndpointRequest.withIpAddresses(IpAddressRequest... ipAddresses)
The subnets and IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you
forward DNS queries to (for inbound endpoints).
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateResolverEndpointRequest.setIpAddresses(Collection<IpAddressRequest> ipAddresses)
The subnets and IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you
forward DNS queries to (for inbound endpoints).
|
CreateResolverEndpointRequest |
CreateResolverEndpointRequest.withIpAddresses(Collection<IpAddressRequest> ipAddresses)
The subnets and IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you
forward DNS queries to (for inbound endpoints).
|
Copyright © 2025. All rights reserved.