| Package | Description |
|---|---|
| com.amazonaws.services.route53resolver |
Here's how you set up to query an Amazon Route 53 private hosted zone from your network:
|
| com.amazonaws.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
ListResolverEndpointIpAddressesResult |
AmazonRoute53Resolver.listResolverEndpointIpAddresses(ListResolverEndpointIpAddressesRequest listResolverEndpointIpAddressesRequest)
Gets the IP addresses for a specified resolver endpoint.
|
ListResolverEndpointIpAddressesResult |
AbstractAmazonRoute53Resolver.listResolverEndpointIpAddresses(ListResolverEndpointIpAddressesRequest request) |
ListResolverEndpointIpAddressesResult |
AmazonRoute53ResolverClient.listResolverEndpointIpAddresses(ListResolverEndpointIpAddressesRequest request)
Gets the IP addresses for a specified resolver endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
ListResolverEndpointIpAddressesResult |
ListResolverEndpointIpAddressesResult.clone() |
ListResolverEndpointIpAddressesResult |
ListResolverEndpointIpAddressesResult.withIpAddresses(Collection<IpAddressResponse> ipAddresses)
The IP addresses that DNS queries pass through on their way to your network (outbound endpoint) or on the way to
Resolver (inbound endpoint).
|
ListResolverEndpointIpAddressesResult |
ListResolverEndpointIpAddressesResult.withIpAddresses(IpAddressResponse... ipAddresses)
The IP addresses that DNS queries pass through on their way to your network (outbound endpoint) or on the way to
Resolver (inbound endpoint).
|
ListResolverEndpointIpAddressesResult |
ListResolverEndpointIpAddressesResult.withMaxResults(Integer maxResults)
The value that you specified for
MaxResults in the request. |
ListResolverEndpointIpAddressesResult |
ListResolverEndpointIpAddressesResult.withNextToken(String nextToken)
If the specified endpoint has more than
MaxResults IP addresses, you can submit another
ListResolverEndpointIpAddresses request to get the next group of IP addresses. |
Copyright © 2020. All rights reserved.