Package org.jclouds.route53.domain
Class HostedZoneAndNameServers
- java.lang.Object
-
- org.jclouds.route53.domain.HostedZoneAndNameServers
-
public final class HostedZoneAndNameServers extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HostedZoneAndNameServerscreate(HostedZone zone, Iterable<String> nameServers)booleanequals(Object obj)com.google.common.collect.ImmutableList<String>getNameServers()the authoritative name servers for the hosted zoneHostedZonegetZone()the hosted zoneinthashCode()StringtoString()
-
-
-
Method Detail
-
getZone
public HostedZone getZone()
the hosted zone
-
getNameServers
public com.google.common.collect.ImmutableList<String> getNameServers()
the authoritative name servers for the hosted zone
-
create
public static HostedZoneAndNameServers create(HostedZone zone, Iterable<String> nameServers)
-
-