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
An implementation of the
Subscription
interface that can be used to signal and cancel demand for
paginated response pages.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Create a builder for creating aResponsesSubscription
.Methods inherited from class software.amazon.awssdk.core.pagination.async.PaginationSubscription
cancel, request
-
Method Details
-
builder
Create a builder for creating aResponsesSubscription
.
-