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

Packages that use ScanResult
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 ScanResult in com.amazonaws.services.dynamodb
 

Methods in com.amazonaws.services.dynamodb that return ScanResult
 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.
 

Methods in com.amazonaws.services.dynamodb that return types with arguments of type ScanResult
 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 ScanResult
 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 ScanResult in com.amazonaws.services.dynamodb.datamodeling
 

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

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

Methods in com.amazonaws.services.dynamodb.model that return ScanResult
 ScanResult ScanResult.withConsumedCapacityUnits(Double consumedCapacityUnits)
          Deprecated. The number of Capacity Units of the provisioned throughput of the table consumed during the operation.
 ScanResult ScanResult.withCount(Integer count)
          Deprecated. Number of items in the response.
 ScanResult ScanResult.withItems(Collection<Map<String,AttributeValue>> items)
          Deprecated. Sets the value of the Items property for this object.
 ScanResult ScanResult.withItems(Map<String,AttributeValue>... items)
          Deprecated. Sets the value of the Items property for this object.
 ScanResult ScanResult.withLastEvaluatedKey(Key lastEvaluatedKey)
          Deprecated. Primary key of the item where the scan operation stopped.
 ScanResult ScanResult.withScannedCount(Integer scannedCount)
          Deprecated. Number of items in the complete scan before any filters are applied.
 



Copyright © 2016. All rights reserved.