Uses of Interface
software.amazon.awssdk.enhanced.dynamodb.internal.operations.PaginatedOperation
-
Packages that use PaginatedOperation Package Description software.amazon.awssdk.enhanced.dynamodb.internal.operations -
-
Uses of PaginatedOperation in software.amazon.awssdk.enhanced.dynamodb.internal.operations
Subinterfaces of PaginatedOperation in software.amazon.awssdk.enhanced.dynamodb.internal.operations Modifier and Type Interface Description interfacePaginatedIndexOperation<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 Modifier and Type Class Description classQueryOperation<T>classScanOperation<T>
-