public interface RecordSetAsyncApi
RecordSetApi,
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Change> |
apply(ChangeBatch changes) |
com.google.common.util.concurrent.ListenableFuture<Change> |
create(RecordSet rrs) |
com.google.common.util.concurrent.ListenableFuture<Change> |
delete(RecordSet rrs) |
com.google.common.util.concurrent.ListenableFuture<PagedIterable<RecordSet>> |
list() |
com.google.common.util.concurrent.ListenableFuture<RecordSetIterable> |
listAt(RecordSetIterable.NextRecord nextRecord) |
com.google.common.util.concurrent.ListenableFuture<RecordSetIterable> |
listFirstPage() |
@Named(value="ChangeResourceRecordSets") com.google.common.util.concurrent.ListenableFuture<Change> create(RecordSet rrs)
@Named(value="ChangeResourceRecordSets") com.google.common.util.concurrent.ListenableFuture<Change> apply(ChangeBatch changes)
@Named(value="ListResourceRecordSets") com.google.common.util.concurrent.ListenableFuture<PagedIterable<RecordSet>> list()
RecordSetApi.list()@Named(value="ListResourceRecordSets") com.google.common.util.concurrent.ListenableFuture<RecordSetIterable> listFirstPage()
RecordSetApi.listFirstPage()@Named(value="ListResourceRecordSets") com.google.common.util.concurrent.ListenableFuture<RecordSetIterable> listAt(RecordSetIterable.NextRecord nextRecord)
RecordSetApi#listAt(NextRecord)Copyright © 2009-2013 jclouds. All Rights Reserved.