In my Android app, I use DynamoDb. I want to use a query request, which returns only amount of matching items. In documentation of Amazon I found this line:
In a request, set the Count parameter to true if you want DynamoDB to provide the total number of items that match the filter expression, instead of a list of the matching items.
But I cannot find the SetCount method in Java. Can any body help me?