Uses of Interface
software.amazon.awssdk.core.pagination.async.AsyncPageFetcher
-
Packages that use AsyncPageFetcher Package Description software.amazon.awssdk.core.pagination.async -
-
Uses of AsyncPageFetcher in software.amazon.awssdk.core.pagination.async
Fields in software.amazon.awssdk.core.pagination.async declared as AsyncPageFetcher Modifier and Type Field Description protected AsyncPageFetcher<ResponseT>PaginationSubscription. nextPageFetcherMethods in software.amazon.awssdk.core.pagination.async with parameters of type AsyncPageFetcher Modifier and Type Method Description PaginatedItemsPublisher.BuilderPaginatedItemsPublisher.Builder. nextPageFetcher(AsyncPageFetcher nextPageFetcher)BuilderTPaginationSubscription.Builder. nextPageFetcher(AsyncPageFetcher nextPageFetcher)BuilderTPaginationSubscription.BuilderImpl. nextPageFetcher(AsyncPageFetcher nextPageFetcher)
-