Uses of Class
com.amazonaws.services.dynamodbv2.model.ScanResult
Packages that use ScanResult
Package
Description
-
Uses of ScanResult in com.amazonaws.services.dynamodbv2
Methods in com.amazonaws.services.dynamodbv2 that return ScanResultModifier and TypeMethodDescriptionAbstractAmazonDynamoDB.scan
(ScanRequest request) AbstractAmazonDynamoDB.scan
(String tableName, List<String> attributesToGet, Map<String, Condition> scanFilter) AmazonDynamoDB.scan
(ScanRequest scanRequest) The Scan operation returns one or more items and item attributes by accessing every item in a table or a secondary index.Simplified method form for invoking the Scan operation.AmazonDynamoDB.scan
(String tableName, List<String> attributesToGet, Map<String, Condition> scanFilter) Simplified method form for invoking the Scan operation.Simplified method form for invoking the Scan operation.AmazonDynamoDBClient.scan
(ScanRequest scanRequest) The Scan operation returns one or more items and item attributes by accessing every item in a table or a secondary index.AmazonDynamoDBClient.scan
(String tableName, List<String> attributesToGet, Map<String, Condition> scanFilter) Methods in com.amazonaws.services.dynamodbv2 that return types with arguments of type ScanResultModifier and TypeMethodDescriptionAbstractAmazonDynamoDBAsync.scanAsync
(ScanRequest request) AbstractAmazonDynamoDBAsync.scanAsync
(ScanRequest request, AsyncHandler<ScanRequest, ScanResult> asyncHandler) Simplified method form for invoking the Scan operation.AbstractAmazonDynamoDBAsync.scanAsync
(String tableName, List<String> attributesToGet, AsyncHandler<ScanRequest, ScanResult> asyncHandler) Simplified method form for invoking the Scan operation with an AsyncHandler.AbstractAmazonDynamoDBAsync.scanAsync
(String tableName, List<String> attributesToGet, Map<String, Condition> scanFilter) Simplified method form for invoking the Scan operation.AbstractAmazonDynamoDBAsync.scanAsync
(String tableName, List<String> attributesToGet, Map<String, Condition> scanFilter, AsyncHandler<ScanRequest, ScanResult> asyncHandler) Simplified method form for invoking the Scan operation with an AsyncHandler.Simplified method form for invoking the Scan operation.AbstractAmazonDynamoDBAsync.scanAsync
(String tableName, Map<String, Condition> scanFilter, AsyncHandler<ScanRequest, ScanResult> asyncHandler) Simplified method form for invoking the Scan operation with an AsyncHandler.AmazonDynamoDBAsync.scanAsync
(ScanRequest scanRequest) The Scan operation returns one or more items and item attributes by accessing every item in a table or a secondary index.AmazonDynamoDBAsync.scanAsync
(ScanRequest scanRequest, AsyncHandler<ScanRequest, ScanResult> asyncHandler) The Scan operation returns one or more items and item attributes by accessing every item in a table or a secondary index.Simplified method form for invoking the Scan operation.AmazonDynamoDBAsync.scanAsync
(String tableName, List<String> attributesToGet, AsyncHandler<ScanRequest, ScanResult> asyncHandler) Simplified method form for invoking the Scan operation with an AsyncHandler.AmazonDynamoDBAsync.scanAsync
(String tableName, List<String> attributesToGet, Map<String, Condition> scanFilter) Simplified method form for invoking the Scan operation.AmazonDynamoDBAsync.scanAsync
(String tableName, List<String> attributesToGet, Map<String, Condition> scanFilter, AsyncHandler<ScanRequest, ScanResult> asyncHandler) Simplified method form for invoking the Scan operation with an AsyncHandler.Simplified method form for invoking the Scan operation.AmazonDynamoDBAsync.scanAsync
(String tableName, Map<String, Condition> scanFilter, AsyncHandler<ScanRequest, ScanResult> asyncHandler) Simplified method form for invoking the Scan operation with an AsyncHandler.AmazonDynamoDBAsyncClient.scanAsync
(ScanRequest request) AmazonDynamoDBAsyncClient.scanAsync
(ScanRequest request, AsyncHandler<ScanRequest, ScanResult> asyncHandler) Simplified method form for invoking the Scan operation.AmazonDynamoDBAsyncClient.scanAsync
(String tableName, List<String> attributesToGet, AsyncHandler<ScanRequest, ScanResult> asyncHandler) Simplified method form for invoking the Scan operation with an AsyncHandler.AmazonDynamoDBAsyncClient.scanAsync
(String tableName, List<String> attributesToGet, Map<String, Condition> scanFilter) Simplified method form for invoking the Scan operation.AmazonDynamoDBAsyncClient.scanAsync
(String tableName, List<String> attributesToGet, Map<String, Condition> scanFilter, AsyncHandler<ScanRequest, ScanResult> asyncHandler) Simplified method form for invoking the Scan operation with an AsyncHandler.Simplified method form for invoking the Scan operation.AmazonDynamoDBAsyncClient.scanAsync
(String tableName, Map<String, Condition> scanFilter, AsyncHandler<ScanRequest, ScanResult> asyncHandler) Simplified method form for invoking the Scan operation with an AsyncHandler.Method parameters in com.amazonaws.services.dynamodbv2 with type arguments of type ScanResultModifier and TypeMethodDescriptionAbstractAmazonDynamoDBAsync.scanAsync
(ScanRequest request, AsyncHandler<ScanRequest, ScanResult> asyncHandler) AbstractAmazonDynamoDBAsync.scanAsync
(String tableName, List<String> attributesToGet, AsyncHandler<ScanRequest, ScanResult> asyncHandler) Simplified method form for invoking the Scan operation with an AsyncHandler.AbstractAmazonDynamoDBAsync.scanAsync
(String tableName, List<String> attributesToGet, Map<String, Condition> scanFilter, AsyncHandler<ScanRequest, ScanResult> asyncHandler) Simplified method form for invoking the Scan operation with an AsyncHandler.AbstractAmazonDynamoDBAsync.scanAsync
(String tableName, Map<String, Condition> scanFilter, AsyncHandler<ScanRequest, ScanResult> asyncHandler) Simplified method form for invoking the Scan operation with an AsyncHandler.AmazonDynamoDBAsync.scanAsync
(ScanRequest scanRequest, AsyncHandler<ScanRequest, ScanResult> asyncHandler) The Scan operation returns one or more items and item attributes by accessing every item in a table or a secondary index.AmazonDynamoDBAsync.scanAsync
(String tableName, List<String> attributesToGet, AsyncHandler<ScanRequest, ScanResult> asyncHandler) Simplified method form for invoking the Scan operation with an AsyncHandler.AmazonDynamoDBAsync.scanAsync
(String tableName, List<String> attributesToGet, Map<String, Condition> scanFilter, AsyncHandler<ScanRequest, ScanResult> asyncHandler) Simplified method form for invoking the Scan operation with an AsyncHandler.AmazonDynamoDBAsync.scanAsync
(String tableName, Map<String, Condition> scanFilter, AsyncHandler<ScanRequest, ScanResult> asyncHandler) Simplified method form for invoking the Scan operation with an AsyncHandler.AmazonDynamoDBAsyncClient.scanAsync
(ScanRequest request, AsyncHandler<ScanRequest, ScanResult> asyncHandler) AmazonDynamoDBAsyncClient.scanAsync
(String tableName, List<String> attributesToGet, AsyncHandler<ScanRequest, ScanResult> asyncHandler) Simplified method form for invoking the Scan operation with an AsyncHandler.AmazonDynamoDBAsyncClient.scanAsync
(String tableName, List<String> attributesToGet, Map<String, Condition> scanFilter, AsyncHandler<ScanRequest, ScanResult> asyncHandler) Simplified method form for invoking the Scan operation with an AsyncHandler.AmazonDynamoDBAsyncClient.scanAsync
(String tableName, Map<String, Condition> scanFilter, AsyncHandler<ScanRequest, ScanResult> asyncHandler) Simplified method form for invoking the Scan operation with an AsyncHandler. -
Uses of ScanResult in com.amazonaws.services.dynamodbv2.datamodeling
Methods in com.amazonaws.services.dynamodbv2.datamodeling that return types with arguments of type ScanResultConstructors in com.amazonaws.services.dynamodbv2.datamodeling with parameters of type ScanResultModifierConstructorDescriptionPaginatedScanList
(DynamoDBMapper mapper, Class<T> clazz, AmazonDynamoDB dynamo, ScanRequest scanRequest, ScanResult scanResult, DynamoDBMapperConfig.PaginationLoadingStrategy paginationLoadingStrategy, DynamoDBMapperConfig config) -
Uses of ScanResult in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document that return ScanResultModifier and TypeMethodDescriptionScanOutcome.getScanResult()
Returns a non-null low-level result returned from the server side.Constructors in com.amazonaws.services.dynamodbv2.document with parameters of type ScanResult -
Uses of ScanResult in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return ScanResultModifier and TypeMethodDescriptionScanResult.addLastEvaluatedKeyEntry
(String key, AttributeValue value) ScanResult.clearLastEvaluatedKeyEntries()
Removes all the entries added into LastEvaluatedKey.ScanResult.clone()
ScanResult.withConsumedCapacity
(ConsumedCapacity consumedCapacity) The number of items in the response.ScanResult.withItems
(Collection<Map<String, AttributeValue>> items) An array of item attributes that match the scan criteria.ScanResult.withItems
(Map<String, AttributeValue>... items) An array of item attributes that match the scan criteria.ScanResult.withLastEvaluatedKey
(Map<String, AttributeValue> lastEvaluatedKey) The primary key of the item where the operation stopped, inclusive of the previous result set.ScanResult.withScannedCount
(Integer scannedCount) The number of items evaluated, before any ScanFilter is applied.