Uses of Interface
software.amazon.awssdk.core.pagination.sync.SdkIterable
-
Packages that use SdkIterable Package Description software.amazon.awssdk.core.pagination.sync -
-
Uses of SdkIterable in software.amazon.awssdk.core.pagination.sync
Classes in software.amazon.awssdk.core.pagination.sync that implement SdkIterable Modifier and Type Class Description classPaginatedItemsIterable<ResponseT,ItemT>Iterable for the paginated items.Methods in software.amazon.awssdk.core.pagination.sync with parameters of type SdkIterable Modifier and Type Method Description PaginatedItemsIterable.Builder<ResponseT,ItemT>PaginatedItemsIterable.Builder. pagesIterable(SdkIterable<ResponseT> sdkIterable)
-