Uses of Class
com.amazonaws.services.dynamodb.model.ScanRequest

Packages that use ScanRequest
com.amazonaws.services.dynamodb Synchronous and asynchronous client classes for accessing AmazonDynamoDB. 
com.amazonaws.services.dynamodb.datamodeling   
com.amazonaws.services.dynamodb.model Classes modeling the various types represented by AmazonDynamoDB. 
 

Uses of ScanRequest in com.amazonaws.services.dynamodb
 

Methods in com.amazonaws.services.dynamodb with parameters of type ScanRequest
 ScanResult AmazonDynamoDBClient.scan(ScanRequest scanRequest)
          Deprecated.  Retrieves one or more items and its attributes by performing a full scan of a table.
 ScanResult AmazonDynamoDB.scan(ScanRequest scanRequest)
          Deprecated.  Retrieves one or more items and its attributes by performing a full scan of a table.
 Future<ScanResult> AmazonDynamoDBAsyncClient.scanAsync(ScanRequest scanRequest)
          Deprecated.  Retrieves one or more items and its attributes by performing a full scan of a table.
 Future<ScanResult> AmazonDynamoDBAsync.scanAsync(ScanRequest scanRequest)
          Deprecated.  Retrieves one or more items and its attributes by performing a full scan of a table.
 Future<ScanResult> AmazonDynamoDBAsyncClient.scanAsync(ScanRequest scanRequest, AsyncHandler<ScanRequest,ScanResult> asyncHandler)
          Deprecated.  Retrieves one or more items and its attributes by performing a full scan of a table.
 Future<ScanResult> AmazonDynamoDBAsync.scanAsync(ScanRequest scanRequest, AsyncHandler<ScanRequest,ScanResult> asyncHandler)
          Deprecated.  Retrieves one or more items and its attributes by performing a full scan of a table.
 

Method parameters in com.amazonaws.services.dynamodb with type arguments of type ScanRequest
 Future<ScanResult> AmazonDynamoDBAsyncClient.scanAsync(ScanRequest scanRequest, AsyncHandler<ScanRequest,ScanResult> asyncHandler)
          Deprecated.  Retrieves one or more items and its attributes by performing a full scan of a table.
 Future<ScanResult> AmazonDynamoDBAsync.scanAsync(ScanRequest scanRequest, AsyncHandler<ScanRequest,ScanResult> asyncHandler)
          Deprecated.  Retrieves one or more items and its attributes by performing a full scan of a table.
 

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

Constructors in com.amazonaws.services.dynamodb.datamodeling with parameters of type ScanRequest
PaginatedScanList(DynamoDBMapper mapper, Class<T> clazz, AmazonDynamoDB dynamo, ScanRequest scanRequest, ScanResult scanResult)
          Deprecated.  
 

Uses of ScanRequest in com.amazonaws.services.dynamodb.model
 

Methods in com.amazonaws.services.dynamodb.model that return ScanRequest
 ScanRequest ScanRequest.withAttributesToGet(Collection<String> attributesToGet)
          Deprecated. List of Attribute names.
 ScanRequest ScanRequest.withAttributesToGet(String... attributesToGet)
          Deprecated. List of Attribute names.
 ScanRequest ScanRequest.withCount(Boolean count)
          Deprecated. If set to true, Amazon DynamoDB returns a total number of items for the Scan operation, even if the operation has no matching items for the assigned filter.
 ScanRequest ScanRequest.withExclusiveStartKey(Key exclusiveStartKey)
          Deprecated. Primary key of the item from which to continue an earlier scan.
 ScanRequest ScanRequest.withLimit(Integer limit)
          Deprecated. The maximum number of items to return.
 ScanRequest ScanRequest.withScanFilter(Map<String,Condition> scanFilter)
          Deprecated. Evaluates the scan results and returns only the desired values.
 ScanRequest ScanRequest.withTableName(String tableName)
          Deprecated. The name of the table in which you want to scan.
 



Copyright © 2016. All rights reserved.