Uses of Class
com.amazonaws.services.dynamodbv2.model.ScanResult
-
-
Uses of ScanResult in com.amazonaws.services.dynamodbv2
Methods in com.amazonaws.services.dynamodbv2 that return ScanResult Modifier and Type Method Description ScanResult
AbstractAmazonDynamoDB. scan(ScanRequest request)
ScanResult
AbstractAmazonDynamoDB. scan(String tableName, List<String> attributesToGet)
ScanResult
AbstractAmazonDynamoDB. scan(String tableName, List<String> attributesToGet, Map<String,Condition> scanFilter)
ScanResult
AbstractAmazonDynamoDB. scan(String tableName, Map<String,Condition> scanFilter)
ScanResult
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.ScanResult
AmazonDynamoDB. scan(String tableName, List<String> attributesToGet)
Simplified method form for invoking the Scan operation.ScanResult
AmazonDynamoDB. scan(String tableName, List<String> attributesToGet, Map<String,Condition> scanFilter)
Simplified method form for invoking the Scan operation.ScanResult
AmazonDynamoDB. scan(String tableName, Map<String,Condition> scanFilter)
Simplified method form for invoking the Scan operation.ScanResult
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.ScanResult
AmazonDynamoDBClient. scan(String tableName, List<String> attributesToGet)
ScanResult
AmazonDynamoDBClient. scan(String tableName, List<String> attributesToGet, Map<String,Condition> scanFilter)
ScanResult
AmazonDynamoDBClient. scan(String tableName, Map<String,Condition> scanFilter)
Methods in com.amazonaws.services.dynamodbv2 that return types with arguments of type ScanResult Modifier and Type Method Description Future<ScanResult>
AbstractAmazonDynamoDBAsync. scanAsync(ScanRequest request)
Future<ScanResult>
AbstractAmazonDynamoDBAsync. scanAsync(ScanRequest request, AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Future<ScanResult>
AbstractAmazonDynamoDBAsync. scanAsync(String tableName, List<String> attributesToGet)
Simplified method form for invoking the Scan operation.Future<ScanResult>
AbstractAmazonDynamoDBAsync. scanAsync(String tableName, List<String> attributesToGet, AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Simplified method form for invoking the Scan operation with an AsyncHandler.Future<ScanResult>
AbstractAmazonDynamoDBAsync. scanAsync(String tableName, List<String> attributesToGet, Map<String,Condition> scanFilter)
Simplified method form for invoking the Scan operation.Future<ScanResult>
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.Future<ScanResult>
AbstractAmazonDynamoDBAsync. scanAsync(String tableName, Map<String,Condition> scanFilter)
Simplified method form for invoking the Scan operation.Future<ScanResult>
AbstractAmazonDynamoDBAsync. scanAsync(String tableName, Map<String,Condition> scanFilter, AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Simplified method form for invoking the Scan operation with an AsyncHandler.Future<ScanResult>
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.Future<ScanResult>
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.Future<ScanResult>
AmazonDynamoDBAsync. scanAsync(String tableName, List<String> attributesToGet)
Simplified method form for invoking the Scan operation.Future<ScanResult>
AmazonDynamoDBAsync. scanAsync(String tableName, List<String> attributesToGet, AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Simplified method form for invoking the Scan operation with an AsyncHandler.Future<ScanResult>
AmazonDynamoDBAsync. scanAsync(String tableName, List<String> attributesToGet, Map<String,Condition> scanFilter)
Simplified method form for invoking the Scan operation.Future<ScanResult>
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.Future<ScanResult>
AmazonDynamoDBAsync. scanAsync(String tableName, Map<String,Condition> scanFilter)
Simplified method form for invoking the Scan operation.Future<ScanResult>
AmazonDynamoDBAsync. scanAsync(String tableName, Map<String,Condition> scanFilter, AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Simplified method form for invoking the Scan operation with an AsyncHandler.Future<ScanResult>
AmazonDynamoDBAsyncClient. scanAsync(ScanRequest request)
Future<ScanResult>
AmazonDynamoDBAsyncClient. scanAsync(ScanRequest request, AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Future<ScanResult>
AmazonDynamoDBAsyncClient. scanAsync(String tableName, List<String> attributesToGet)
Simplified method form for invoking the Scan operation.Future<ScanResult>
AmazonDynamoDBAsyncClient. scanAsync(String tableName, List<String> attributesToGet, AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Simplified method form for invoking the Scan operation with an AsyncHandler.Future<ScanResult>
AmazonDynamoDBAsyncClient. scanAsync(String tableName, List<String> attributesToGet, Map<String,Condition> scanFilter)
Simplified method form for invoking the Scan operation.Future<ScanResult>
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.Future<ScanResult>
AmazonDynamoDBAsyncClient. scanAsync(String tableName, Map<String,Condition> scanFilter)
Simplified method form for invoking the Scan operation.Future<ScanResult>
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 ScanResult Modifier and Type Method Description Future<ScanResult>
AbstractAmazonDynamoDBAsync. scanAsync(ScanRequest request, AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Future<ScanResult>
AbstractAmazonDynamoDBAsync. scanAsync(String tableName, List<String> attributesToGet, AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Simplified method form for invoking the Scan operation with an AsyncHandler.Future<ScanResult>
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.Future<ScanResult>
AbstractAmazonDynamoDBAsync. scanAsync(String tableName, Map<String,Condition> scanFilter, AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Simplified method form for invoking the Scan operation with an AsyncHandler.Future<ScanResult>
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.Future<ScanResult>
AmazonDynamoDBAsync. scanAsync(String tableName, List<String> attributesToGet, AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Simplified method form for invoking the Scan operation with an AsyncHandler.Future<ScanResult>
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.Future<ScanResult>
AmazonDynamoDBAsync. scanAsync(String tableName, Map<String,Condition> scanFilter, AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Simplified method form for invoking the Scan operation with an AsyncHandler.Future<ScanResult>
AmazonDynamoDBAsyncClient. scanAsync(ScanRequest request, AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Future<ScanResult>
AmazonDynamoDBAsyncClient. scanAsync(String tableName, List<String> attributesToGet, AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Simplified method form for invoking the Scan operation with an AsyncHandler.Future<ScanResult>
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.Future<ScanResult>
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 ScanResult Modifier and Type Method Description List<ScanResult>
ParallelScanTask. getNextBatchOfScanResults()
Constructors in com.amazonaws.services.dynamodbv2.datamodeling with parameters of type ScanResult Constructor Description PaginatedScanList(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 ScanResult Modifier and Type Method Description ScanResult
ScanOutcome. 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 Constructor Description ScanOutcome(ScanResult result)
-
Uses of ScanResult in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return ScanResult Modifier and Type Method Description ScanResult
ScanResult. addLastEvaluatedKeyEntry(String key, AttributeValue value)
ScanResult
ScanResult. clearLastEvaluatedKeyEntries()
Removes all the entries added into LastEvaluatedKey.ScanResult
ScanResult. clone()
ScanResult
ScanResult. withConsumedCapacity(ConsumedCapacity consumedCapacity)
ScanResult
ScanResult. withCount(Integer count)
The number of items in the response.ScanResult
ScanResult. withItems(Collection<Map<String,AttributeValue>> items)
An array of item attributes that match the scan criteria.ScanResult
ScanResult. withItems(Map<String,AttributeValue>... items)
An array of item attributes that match the scan criteria.ScanResult
ScanResult. withLastEvaluatedKey(Map<String,AttributeValue> lastEvaluatedKey)
The primary key of the item where the operation stopped, inclusive of the previous result set.ScanResult
ScanResult. withScannedCount(Integer scannedCount)
The number of items evaluated, before any ScanFilter is applied.
-