| 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 IP address that the resolver endpoint uses for DNS queries.
|
IpAddressResponse |
IpAddressResponse.withIpId(String ipId)
The ID of one IP address.
|
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()
The IP addresses that DNS queries pass through on their way to your network (outbound endpoint) or on the way to
Resolver (inbound endpoint).
|
| Modifier and Type | Method and Description |
|---|---|
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).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListResolverEndpointIpAddressesResult.setIpAddresses(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(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).
|
Copyright © 2020. All rights reserved.