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