Uses of Class
software.amazon.awssdk.services.dynamodb.paginators.QueryIterable
-
Packages that use QueryIterable Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB -
-
Uses of QueryIterable in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return QueryIterable Modifier and Type Method Description default QueryIterableDynamoDbClient. queryPaginator(Consumer<QueryRequest.Builder> queryRequest)You must provide the name of the partition key attribute and a single value for that attribute.default QueryIterableDynamoDbClient. queryPaginator(QueryRequest queryRequest)You must provide the name of the partition key attribute and a single value for that attribute.
-