| Package | Description |
|---|---|
| org.jclouds.route53.domain | |
| org.jclouds.route53.features | |
| org.jclouds.route53.xml |
| Modifier and Type | Method and Description |
|---|---|
static NewZone |
NewZone.create(ZoneAndNameServers zone,
Change change) |
| Modifier and Type | Method and Description |
|---|---|
NewZone |
ZoneApi.createWithReference(String name,
String callerReference)
This action creates a new hosted zone.
|
NewZone |
ZoneApi.createWithReferenceAndComment(String name,
String callerReference,
String comment)
like
ZoneApi.createWithReference(String, String), except you can specify
a comment. |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<NewZone> |
ZoneAsyncApi.createWithReference(String name,
String callerReference) |
com.google.common.util.concurrent.ListenableFuture<NewZone> |
ZoneAsyncApi.createWithReferenceAndComment(String name,
String callerReference,
String comment) |
| Modifier and Type | Method and Description |
|---|---|
NewZone |
CreateHostedZoneResponseHandler.getResult() |
Copyright © 2009-2013 jclouds. All Rights Reserved.