public interface ZoneAsyncApi
ZoneApi,
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<NewZone> |
createWithReference(String name,
String callerReference) |
com.google.common.util.concurrent.ListenableFuture<NewZone> |
createWithReferenceAndComment(String name,
String callerReference,
String comment) |
com.google.common.util.concurrent.ListenableFuture<Change> |
delete(String zoneId) |
com.google.common.util.concurrent.ListenableFuture<ZoneAndNameServers> |
get(String zoneId) |
com.google.common.util.concurrent.ListenableFuture<PagedIterable<Zone>> |
list() |
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<Zone>> |
listAt(String nextMarker) |
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<Zone>> |
listFirstPage() |
@Named(value="CreateHostedZone") com.google.common.util.concurrent.ListenableFuture<NewZone> createWithReference(String name, String callerReference)
@Named(value="CreateHostedZone") com.google.common.util.concurrent.ListenableFuture<NewZone> createWithReferenceAndComment(String name, String callerReference, String comment)
@Named(value="ListHostedZones") com.google.common.util.concurrent.ListenableFuture<PagedIterable<Zone>> list()
ZoneApi.list()@Named(value="ListHostedZones") com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<Zone>> listFirstPage()
ZoneApi.listFirstPage()@Named(value="ListHostedZones") com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<Zone>> listAt(String nextMarker)
ZoneApi.listAt(String)@Named(value="GetHostedZone") com.google.common.util.concurrent.ListenableFuture<ZoneAndNameServers> get(String zoneId)
ZoneApi#get()Copyright © 2009-2013 jclouds. All Rights Reserved.