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 NewHostedZonecreate(HostedZoneAndNameServers zone, Change change)booleanequals(Object obj)ChangegetChange()the zone creation eventcom.google.common.collect.ImmutableList<String>getNameServers()HostedZonegetZone()inthashCode()StringtoString()
-
-
-
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)
-
-