| Package | Description |
|---|---|
| com.amazonaws.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
IpAddressRequest |
IpAddressRequest.clone() |
IpAddressRequest |
IpAddressRequest.withIp(String ip)
The IP address that you want to use for DNS queries.
|
IpAddressRequest |
IpAddressRequest.withSubnetId(String subnetId)
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 you want DNS queries to pass through on the way from your VPCs to
your network (for outbound endpoints) or on the way from your network to your VPCs (for inbound resolver
endpoints).
|
| Modifier and Type | Method and Description |
|---|---|
CreateResolverEndpointRequest |
CreateResolverEndpointRequest.withIpAddresses(IpAddressRequest... ipAddresses)
The subnets and IP addresses in your VPC that you want DNS queries to pass through on the way from your VPCs to
your network (for outbound endpoints) or on the way from your network to your VPCs (for inbound resolver
endpoints).
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateResolverEndpointRequest.setIpAddresses(Collection<IpAddressRequest> ipAddresses)
The subnets and IP addresses in your VPC that you want DNS queries to pass through on the way from your VPCs to
your network (for outbound endpoints) or on the way from your network to your VPCs (for inbound resolver
endpoints).
|
CreateResolverEndpointRequest |
CreateResolverEndpointRequest.withIpAddresses(Collection<IpAddressRequest> ipAddresses)
The subnets and IP addresses in your VPC that you want DNS queries to pass through on the way from your VPCs to
your network (for outbound endpoints) or on the way from your network to your VPCs (for inbound resolver
endpoints).
|
Copyright © 2020. All rights reserved.