Uses of Class
com.amazonaws.services.dynamodb.datamodeling.DynamoDBScanExpression

Packages that use DynamoDBScanExpression
com.amazonaws.services.dynamodb.datamodeling   
 

Uses of DynamoDBScanExpression in com.amazonaws.services.dynamodb.datamodeling
 

Methods in com.amazonaws.services.dynamodb.datamodeling that return DynamoDBScanExpression
 DynamoDBScanExpression DynamoDBScanExpression.withExclusiveStartKey(Key exclusiveStartKey)
          Deprecated. Sets the exclusive start key for this scan and returns a pointer to this object for method-chaining.
 DynamoDBScanExpression DynamoDBScanExpression.withLimit(Integer limit)
          Deprecated. Sets the limit of items to scan and returns a pointer to this object for method-chaining.
 

Methods in com.amazonaws.services.dynamodb.datamodeling with parameters of type DynamoDBScanExpression
 int DynamoDBMapper.count(Class<?> clazz, DynamoDBScanExpression scanExpression)
          Deprecated. Evaluates the specified scan expression and returns the count of matching items, without returning any of the actual item data, using the default configuration.
 int DynamoDBMapper.count(Class<?> clazz, DynamoDBScanExpression scanExpression, DynamoDBMapperConfig config)
          Deprecated. Evaluates the specified scan expression and returns the count of matching items, without returning any of the actual item data.
<T> PaginatedScanList<T>
DynamoDBMapper.scan(Class<T> clazz, DynamoDBScanExpression scanExpression)
          Deprecated. Scans through an Amazon DynamoDB table and returns the matching results as an unmodifiable list of instantiated objects, using the default configuration.
<T> PaginatedScanList<T>
DynamoDBMapper.scan(Class<T> clazz, DynamoDBScanExpression scanExpression, DynamoDBMapperConfig config)
          Deprecated. Scans through an Amazon DynamoDB table and returns the matching results as an unmodifiable list of instantiated objects.
<T> ScanResultPage<T>
DynamoDBMapper.scanPage(Class<T> clazz, DynamoDBScanExpression scanExpression)
          Deprecated. Scans through an Amazon DynamoDB table and returns a single page of matching results.
<T> ScanResultPage<T>
DynamoDBMapper.scanPage(Class<T> clazz, DynamoDBScanExpression scanExpression, DynamoDBMapperConfig config)
          Deprecated. Scans through an Amazon DynamoDB table and returns a single page of matching results.
 



Copyright © 2016. All rights reserved.