ResponseT - The type of a single response pageItemT - The type of paginated member in a response pagepublic class PaginatedItemsIterable<ResponseT,ItemT> extends Object implements SdkIterable<ItemT>
| Constructor and Description |
|---|
PaginatedItemsIterable(SdkIterable<ResponseT> pagesIterable,
Function<ResponseT,Iterator<ItemT>> getItemIterator) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ItemT> |
iterator() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitstreamforEach, spliteratorCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.