Uses of Class
software.amazon.awssdk.core.pagination.async.PaginationSubscription
Packages that use PaginationSubscription
Package
Description
-
Uses of PaginationSubscription in software.amazon.awssdk.core.internal.pagination.async
Modifier and TypeClassDescriptionfinal classItemsSubscription<ResponseT,ItemT> An implementation of theSubscriptioninterface that can be used to signal and cancel demand for paginated items across pages -
Uses of PaginationSubscription in software.amazon.awssdk.core.pagination.async
Classes in software.amazon.awssdk.core.pagination.async with type parameters of type PaginationSubscriptionModifier and TypeInterfaceDescriptionstatic interfacePaginationSubscription.Builder<TypeToBuildT extends PaginationSubscription,BuilderT extends PaginationSubscription.Builder> protected static classPaginationSubscription.BuilderImpl<TypeToBuildT extends PaginationSubscription,BuilderT extends PaginationSubscription.Builder> Subclasses of PaginationSubscription in software.amazon.awssdk.core.pagination.asyncModifier and TypeClassDescriptionfinal classResponsesSubscription<ResponseT>An implementation of theSubscriptioninterface that can be used to signal and cancel demand for paginated response pages.