| Package | Description |
|---|---|
| software.amazon.awssdk.codegen.poet.paginators | |
| software.amazon.awssdk.codegen.poet.paginators.customizations |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncResponseClassSpec
Java poet
ClassSpec to generate the response class for async paginated operations. |
class |
SyncResponseClassSpec
Java poet
ClassSpec to generate the response class for sync paginated operations. |
| Modifier and Type | Class and Description |
|---|---|
class |
SameTokenAsyncResponseClassSpec
Customized response class spec for async paginated operations that indicate the
last page by returning the same token passed in the request object.
|
class |
SameTokenSyncResponseClassSpec
Customized response class spec for sync paginated operations that indicate the
last page by returning the same token passed in the request object.
|
Copyright © 2023. All rights reserved.