Uses of Class
software.amazon.awssdk.codegen.poet.paginators.PaginatorsClassSpec
-
Packages that use PaginatorsClassSpec Package Description software.amazon.awssdk.codegen.poet.paginators software.amazon.awssdk.codegen.poet.paginators.customizations -
-
Uses of PaginatorsClassSpec in software.amazon.awssdk.codegen.poet.paginators
Subclasses of PaginatorsClassSpec in software.amazon.awssdk.codegen.poet.paginators Modifier and Type Class Description classAsyncResponseClassSpecJava poetClassSpecto generate the response class for async paginated operations.classSyncResponseClassSpecJava poetClassSpecto generate the response class for sync paginated operations. -
Uses of PaginatorsClassSpec in software.amazon.awssdk.codegen.poet.paginators.customizations
Subclasses of PaginatorsClassSpec in software.amazon.awssdk.codegen.poet.paginators.customizations Modifier and Type Class Description classSameTokenAsyncResponseClassSpecCustomized response class spec for async paginated operations that indicate the last page by returning the same token passed in the request object.classSameTokenSyncResponseClassSpecCustomized response class spec for sync paginated operations that indicate the last page by returning the same token passed in the request object.
-