public final class NewHostedZone extends Object
Modifier and Type | Method and Description |
---|---|
static NewHostedZone |
create(HostedZoneAndNameServers zone,
Change change) |
boolean |
equals(Object obj) |
Change |
getChange()
the zone creation event
|
com.google.common.collect.ImmutableList<String> |
getNameServers() |
HostedZone |
getZone() |
int |
hashCode() |
String |
toString() |
public HostedZone getZone()
HostedZoneAndNameServers.getZone()
public com.google.common.collect.ImmutableList<String> getNameServers()
public Change getChange()
public static NewHostedZone create(HostedZoneAndNameServers zone, Change change)
Copyright © 2009-2013 jclouds. All Rights Reserved.