Package com.amazonaws
Interface DnsResolver
-
- All Known Implementing Classes:
SystemDefaultDnsResolver
public interface DnsResolver
Given a hostname, will resolve the hostname to an ip, or list of ip addresses.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InetAddress[]
resolve(String host)
-
-
-
Method Detail
-
resolve
InetAddress[] resolve(String host) throws UnknownHostException
- Throws:
UnknownHostException
-
-