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