Class ItemsSubscription<ResponseT,ItemT> 
java.lang.Object
software.amazon.awssdk.core.pagination.async.PaginationSubscription<ResponseT>
software.amazon.awssdk.core.internal.pagination.async.ItemsSubscription<ResponseT,ItemT> 
- Type Parameters:
- ResponseT- The type of a single response page
- ItemT- The type of paginated member in a response page
- All Implemented Interfaces:
- org.reactivestreams.Subscription
@SdkInternalApi
public final class ItemsSubscription<ResponseT,ItemT> 
extends PaginationSubscription<ResponseT>
An implementation of the 
Subscription interface that can be used to signal and cancel demand for
 paginated items across pages- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionstatic ItemsSubscription.Builderbuilder()Create a builder for creating aItemsSubscription.Methods inherited from class software.amazon.awssdk.core.pagination.async.PaginationSubscriptioncancel, request
- 
Method Details- 
builderCreate a builder for creating aItemsSubscription.
 
-