Uses of Interface
software.amazon.awssdk.enhanced.dynamodb.internal.operations.PaginatedOperation
Packages that use PaginatedOperation
-
Uses of PaginatedOperation in software.amazon.awssdk.enhanced.dynamodb.internal.operations
Subinterfaces of PaginatedOperation in software.amazon.awssdk.enhanced.dynamodb.internal.operationsModifier and TypeInterfaceDescriptioninterfacePaginatedIndexOperation<ItemT,RequestT, ResponseT> Interface for an operation that can be executed against a secondary index of a mapped database table and is expected to return a paginated list of results.interfacePaginatedTableOperation<ItemT,RequestT, ResponseT> Interface for an operation that can be executed against a mapped database table and is expected to return a paginated list of results.Classes in software.amazon.awssdk.enhanced.dynamodb.internal.operations that implement PaginatedOperation