Package org.jclouds.route53.domain
Class NewHostedZone
- java.lang.Object
-
- org.jclouds.route53.domain.NewHostedZone
-
public final class NewHostedZone extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NewHostedZone
create(HostedZoneAndNameServers zone, Change change)
boolean
equals(Object obj)
Change
getChange()
the zone creation eventcom.google.common.collect.ImmutableList<String>
getNameServers()
HostedZone
getZone()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getZone
public HostedZone getZone()
- See Also:
HostedZoneAndNameServers.getZone()
-
getNameServers
public com.google.common.collect.ImmutableList<String> getNameServers()
-
getChange
public Change getChange()
the zone creation event
-
create
public static NewHostedZone create(HostedZoneAndNameServers zone, Change change)
-
-