ResponseT - The type of a single response pagepublic class PaginatedResponsesIterator<ResponseT> extends Object implements Iterator<ResponseT>
| Constructor and Description |
|---|
PaginatedResponsesIterator(SyncPageFetcher<ResponseT> nextPageFetcher) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
ResponseT |
next() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic PaginatedResponsesIterator(SyncPageFetcher<ResponseT> nextPageFetcher)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.