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

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.