| Package | Description |
|---|---|
| com.amazonaws.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
IpAddressResponse |
IpAddressResponse.clone() |
IpAddressResponse |
IpAddressResponse.withCreationTime(String creationTime)
The date and time that the IP address was created, in Unix time format and Coordinated Universal Time (UTC).
|
IpAddressResponse |
IpAddressResponse.withIp(String ip)
One IPv4 address that the Resolver endpoint uses for DNS queries.
|
IpAddressResponse |
IpAddressResponse.withIpId(String ipId)
The ID of one IP address.
|
IpAddressResponse |
IpAddressResponse.withIpv6(String ipv6)
One IPv6 address that the Resolver endpoint uses for DNS queries.
|
IpAddressResponse |
IpAddressResponse.withModificationTime(String modificationTime)
The date and time that the IP address was last modified, in Unix time format and Coordinated Universal Time
(UTC).
|
IpAddressResponse |
IpAddressResponse.withStatus(IpAddressStatus status)
A status code that gives the current status of the request.
|
IpAddressResponse |
IpAddressResponse.withStatus(String status)
A status code that gives the current status of the request.
|
IpAddressResponse |
IpAddressResponse.withStatusMessage(String statusMessage)
A message that provides additional information about the status of the request.
|
IpAddressResponse |
IpAddressResponse.withSubnetId(String subnetId)
The ID of one subnet.
|
| Modifier and Type | Method and Description |
|---|---|
List<IpAddressResponse> |
ListResolverEndpointIpAddressesResult.getIpAddresses()
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 |
|---|---|
ListResolverEndpointIpAddressesResult |
ListResolverEndpointIpAddressesResult.withIpAddresses(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 |
|---|---|
void |
ListResolverEndpointIpAddressesResult.setIpAddresses(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).
|
ListResolverEndpointIpAddressesResult |
ListResolverEndpointIpAddressesResult.withIpAddresses(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).
|
Copyright © 2025. All rights reserved.