Uses of Class
com.amazonaws.services.dynamodbv2.datamodeling.QueryResultPage
-
Packages that use QueryResultPage Package Description com.amazonaws.services.dynamodbv2.datamodeling -
-
Uses of QueryResultPage in com.amazonaws.services.dynamodbv2.datamodeling
Methods in com.amazonaws.services.dynamodbv2.datamodeling that return QueryResultPage Modifier and Type Method Description <T> QueryResultPage<T>AbstractDynamoDBMapper. queryPage(Class<T> clazz, DynamoDBQueryExpression<T> queryExpression)<T> QueryResultPage<T>AbstractDynamoDBMapper. queryPage(Class<T> clazz, DynamoDBQueryExpression<T> queryExpression, DynamoDBMapperConfig config)<T> QueryResultPage<T>DynamoDBMapper. queryPage(Class<T> clazz, DynamoDBQueryExpression<T> queryExpression)<T> QueryResultPage<T>DynamoDBMapper. queryPage(Class<T> clazz, DynamoDBQueryExpression<T> queryExpression, DynamoDBMapperConfig config)<T> QueryResultPage<T>IDynamoDBMapper. queryPage(Class<T> clazz, DynamoDBQueryExpression<T> queryExpression)Queries an Amazon DynamoDB table and returns a single page of matching results.<T> QueryResultPage<T>IDynamoDBMapper. queryPage(Class<T> clazz, DynamoDBQueryExpression<T> queryExpression, DynamoDBMapperConfig config)Queries an Amazon DynamoDB table and returns a single page of matching results.
-