public final class HostedZoneAndNameServers extends Object
Modifier and Type | Method and Description |
---|---|
static HostedZoneAndNameServers |
create(HostedZone zone,
Iterable<String> nameServers) |
boolean |
equals(Object obj) |
com.google.common.collect.ImmutableList<String> |
getNameServers()
the authoritative name servers for the hosted zone
|
HostedZone |
getZone()
the hosted zone
|
int |
hashCode() |
String |
toString() |
public HostedZone getZone()
public com.google.common.collect.ImmutableList<String> getNameServers()
public static HostedZoneAndNameServers create(HostedZone zone, Iterable<String> nameServers)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.