| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53resolver.model | |
| software.amazon.awssdk.services.route53resolver.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<IpAddressResponse> |
ListResolverEndpointIpAddressesResponse.ipAddresses()
Information about the 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 |
|---|---|
ListResolverEndpointIpAddressesResponse.Builder |
ListResolverEndpointIpAddressesResponse.Builder.ipAddresses(IpAddressResponse... ipAddresses)
Information about the 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 |
|---|---|
ListResolverEndpointIpAddressesResponse.Builder |
ListResolverEndpointIpAddressesResponse.Builder.ipAddresses(Collection<IpAddressResponse> ipAddresses)
Information about the 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 |
|---|---|
SdkIterable<IpAddressResponse> |
ListResolverEndpointIpAddressesIterable.ipAddresses()
Returns an iterable to iterate through the paginated
ListResolverEndpointIpAddressesResponse.ipAddresses() member. |
SdkPublisher<IpAddressResponse> |
ListResolverEndpointIpAddressesPublisher.ipAddresses()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.