public interface RecordSetApi
RecordSetAsyncApi,
| Modifier and Type | Method and Description |
|---|---|
Change |
apply(ChangeBatch changes)
applies a batch of changes atomically.
|
Change |
create(RecordSet rrs)
schedules creation of the resource record set.
|
Change |
delete(RecordSet rrs)
This action deletes a resource record set.
|
PagedIterable<RecordSet> |
list()
returns all resource record sets in order.
|
RecordSetIterable |
listAt(RecordSetIterable.NextRecord nextRecord)
retrieves up to 100 resource record sets in order, starting at
nextRecord |
RecordSetIterable |
listFirstPage()
retrieves up to 100 resource record sets in order.
|
Change apply(ChangeBatch changes)
PagedIterable<RecordSet> list()
RecordSetIterable listFirstPage()
RecordSetIterable listAt(RecordSetIterable.NextRecord nextRecord)
nextRecordCopyright © 2009-2013 jclouds. All Rights Reserved.