RecordSetT
- the record set typepublic interface DnsRecordSets<RecordSetT> extends SupportsListing<RecordSetT>, SupportsGettingByName<RecordSetT>, HasParent<DnsZone>
Modifier and Type | Method and Description |
---|---|
PagedList<RecordSetT> |
list(int pageSize)
Lists all the record sets, with number of entries in each page limited to given size.
|
PagedList<RecordSetT> |
list(String recordSetNameSuffix)
Lists all the record sets with the given suffix.
|
PagedList<RecordSetT> |
list(String recordSetNameSuffix,
int pageSize)
Lists all the record sets with the given suffix, also limits the number of entries
per page to the given page size.
|
rx.Observable<RecordSetT> |
listAsync(int pageSize)
Lists all the record sets, with number of entries in each page limited to given size.
|
rx.Observable<RecordSetT> |
listAsync(String recordSetNameSuffix)
Lists all the record sets with the given suffix.
|
rx.Observable<RecordSetT> |
listAsync(String recordSetNameSuffix,
int pageSize)
Lists all the record sets with the given suffix, also limits the number of entries
per page to the given page size.
|
list, listAsync
getByName
PagedList<RecordSetT> list(String recordSetNameSuffix)
recordSetNameSuffix
- the record set name suffixPagedList<RecordSetT> list(int pageSize)
pageSize
- the maximum number of record sets in a pagePagedList<RecordSetT> list(String recordSetNameSuffix, int pageSize)
recordSetNameSuffix
- the record set name suffixpageSize
- the maximum number of record sets in a pagerx.Observable<RecordSetT> listAsync(String recordSetNameSuffix)
recordSetNameSuffix
- the record set name suffixrx.Observable<RecordSetT> listAsync(int pageSize)
pageSize
- the maximum number of record sets in a pagerx.Observable<RecordSetT> listAsync(String recordSetNameSuffix, int pageSize)
recordSetNameSuffix
- the record set name suffixpageSize
- the maximum number of record sets in a pageCopyright © 2019. All rights reserved.