Uses of Class
com.amazonaws.services.dynamodbv2.model.ScanRequest
-
Packages that use ScanRequest Package Description com.amazonaws.services.dynamodbv2 com.amazonaws.services.dynamodbv2.datamodeling com.amazonaws.services.dynamodbv2.model -
-
Uses of ScanRequest in com.amazonaws.services.dynamodbv2
Methods in com.amazonaws.services.dynamodbv2 with parameters of type ScanRequest Modifier and Type Method Description ScanResult
AbstractAmazonDynamoDB. scan(ScanRequest request)
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
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.Future<ScanResult>
AbstractAmazonDynamoDBAsync. scanAsync(ScanRequest request)
Future<ScanResult>
AbstractAmazonDynamoDBAsync. scanAsync(ScanRequest request, AsyncHandler<ScanRequest,ScanResult> 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>
AmazonDynamoDBAsyncClient. scanAsync(ScanRequest request)
Future<ScanResult>
AmazonDynamoDBAsyncClient. scanAsync(ScanRequest request, AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Method parameters in com.amazonaws.services.dynamodbv2 with type arguments of type ScanRequest 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 ScanRequest in com.amazonaws.services.dynamodbv2.datamodeling
Constructors in com.amazonaws.services.dynamodbv2.datamodeling with parameters of type ScanRequest Constructor Description PaginatedScanList(DynamoDBMapper mapper, Class<T> clazz, AmazonDynamoDB dynamo, ScanRequest scanRequest, ScanResult scanResult, DynamoDBMapperConfig.PaginationLoadingStrategy paginationLoadingStrategy, DynamoDBMapperConfig config)
Constructor parameters in com.amazonaws.services.dynamodbv2.datamodeling with type arguments of type ScanRequest Constructor Description ParallelScanTask(DynamoDBMapper mapper, AmazonDynamoDB dynamo, List<ScanRequest> parallelScanRequests)
Deprecated. -
Uses of ScanRequest in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return ScanRequest Modifier and Type Method Description ScanRequest
ScanRequest. addExclusiveStartKeyEntry(String key, AttributeValue value)
ScanRequest
ScanRequest. addExpressionAttributeNamesEntry(String key, String value)
ScanRequest
ScanRequest. addExpressionAttributeValuesEntry(String key, AttributeValue value)
ScanRequest
ScanRequest. addScanFilterEntry(String key, Condition value)
ScanRequest
ScanRequest. clearExclusiveStartKeyEntries()
Removes all the entries added into ExclusiveStartKey.ScanRequest
ScanRequest. clearExpressionAttributeNamesEntries()
Removes all the entries added into ExpressionAttributeNames.ScanRequest
ScanRequest. clearExpressionAttributeValuesEntries()
Removes all the entries added into ExpressionAttributeValues.ScanRequest
ScanRequest. clearScanFilterEntries()
Removes all the entries added into ScanFilter.ScanRequest
ScanRequest. clone()
ScanRequest
ScanRequest. withAttributesToGet(String... attributesToGet)
ScanRequest
ScanRequest. withAttributesToGet(Collection<String> attributesToGet)
ScanRequest
ScanRequest. withConditionalOperator(ConditionalOperator conditionalOperator)
ScanRequest
ScanRequest. withConditionalOperator(String conditionalOperator)
ScanRequest
ScanRequest. withConsistentRead(Boolean consistentRead)
A Boolean value that determines the read consistency model during the scan:ScanRequest
ScanRequest. withExclusiveStartKey(Map.Entry<String,AttributeValue> hashKey, Map.Entry<String,AttributeValue> rangeKey)
The primary hash and range keys of the first item that this operation will evaluate.ScanRequest
ScanRequest. withExclusiveStartKey(Map<String,AttributeValue> exclusiveStartKey)
The primary key of the first item that this operation will evaluate.ScanRequest
ScanRequest. withExpressionAttributeNames(Map<String,String> expressionAttributeNames)
One or more substitution tokens for attribute names in an expression.ScanRequest
ScanRequest. withExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.ScanRequest
ScanRequest. withFilterExpression(String filterExpression)
A string that contains conditions that DynamoDB applies after the Scan operation, but before the data is returned to you.ScanRequest
ScanRequest. withIndexName(String indexName)
The name of a secondary index to scan.ScanRequest
ScanRequest. withLimit(Integer limit)
The maximum number of items to evaluate (not necessarily the number of matching items).ScanRequest
ScanRequest. withProjectionExpression(String projectionExpression)
A string that identifies one or more attributes to retrieve from the specified table or index.ScanRequest
ScanRequest. withReturnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity)
ScanRequest
ScanRequest. withReturnConsumedCapacity(String returnConsumedCapacity)
ScanRequest
ScanRequest. withScanFilter(Map<String,Condition> scanFilter)
ScanRequest
ScanRequest. withSegment(Integer segment)
For a parallel Scan request, Segment identifies an individual segment to be scanned by an application worker.ScanRequest
ScanRequest. withSelect(Select select)
The attributes to be returned in the result.ScanRequest
ScanRequest. withSelect(String select)
The attributes to be returned in the result.ScanRequest
ScanRequest. withTableName(String tableName)
The name of the table containing the requested items; or, if you provideIndexName
, the name of the table to which that index belongs.ScanRequest
ScanRequest. withTotalSegments(Integer totalSegments)
For a parallel Scan request, TotalSegments represents the total number of segments into which the Scan operation will be divided.
-