Uses of Class
com.amazonaws.services.dynamodbv2.model.ScanRequest
Packages that use ScanRequest
Package
Description
-
Uses of ScanRequest in com.amazonaws.services.dynamodbv2
Methods in com.amazonaws.services.dynamodbv2 with parameters of type ScanRequestModifier and TypeMethodDescriptionAbstractAmazonDynamoDB.scan
(ScanRequest request) 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.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.AbstractAmazonDynamoDBAsync.scanAsync
(ScanRequest request) AbstractAmazonDynamoDBAsync.scanAsync
(ScanRequest request, AsyncHandler<ScanRequest, ScanResult> 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.AmazonDynamoDBAsyncClient.scanAsync
(ScanRequest request) AmazonDynamoDBAsyncClient.scanAsync
(ScanRequest request, AsyncHandler<ScanRequest, ScanResult> asyncHandler) Method parameters in com.amazonaws.services.dynamodbv2 with type arguments of type ScanRequestModifier 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 ScanRequest in com.amazonaws.services.dynamodbv2.datamodeling
Constructors in com.amazonaws.services.dynamodbv2.datamodeling with parameters of type ScanRequestModifierConstructorDescriptionPaginatedScanList
(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 ScanRequestModifierConstructorDescriptionParallelScanTask
(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 ScanRequestModifier and TypeMethodDescriptionScanRequest.addExclusiveStartKeyEntry
(String key, AttributeValue value) ScanRequest.addExpressionAttributeNamesEntry
(String key, String value) ScanRequest.addExpressionAttributeValuesEntry
(String key, AttributeValue value) ScanRequest.addScanFilterEntry
(String key, Condition value) ScanRequest.clearExclusiveStartKeyEntries()
Removes all the entries added into ExclusiveStartKey.ScanRequest.clearExpressionAttributeNamesEntries()
Removes all the entries added into ExpressionAttributeNames.ScanRequest.clearExpressionAttributeValuesEntries()
Removes all the entries added into ExpressionAttributeValues.ScanRequest.clearScanFilterEntries()
Removes all the entries added into ScanFilter.ScanRequest.clone()
ScanRequest.withAttributesToGet
(String... attributesToGet) ScanRequest.withAttributesToGet
(Collection<String> attributesToGet) ScanRequest.withConditionalOperator
(ConditionalOperator conditionalOperator) ScanRequest.withConditionalOperator
(String conditionalOperator) ScanRequest.withConsistentRead
(Boolean consistentRead) A Boolean value that determines the read consistency model during the scan: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.withExclusiveStartKey
(Map<String, AttributeValue> exclusiveStartKey) The primary key of the first item that this operation will evaluate.ScanRequest.withExpressionAttributeNames
(Map<String, String> expressionAttributeNames) One or more substitution tokens for attribute names in an expression.ScanRequest.withExpressionAttributeValues
(Map<String, AttributeValue> expressionAttributeValues) One or more values that can be substituted in an expression.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.withIndexName
(String indexName) The name of a secondary index to scan.The maximum number of items to evaluate (not necessarily the number of matching items).ScanRequest.withProjectionExpression
(String projectionExpression) A string that identifies one or more attributes to retrieve from the specified table or index.ScanRequest.withReturnConsumedCapacity
(ReturnConsumedCapacity returnConsumedCapacity) ScanRequest.withReturnConsumedCapacity
(String returnConsumedCapacity) ScanRequest.withScanFilter
(Map<String, Condition> scanFilter) ScanRequest.withSegment
(Integer segment) For a parallel Scan request, Segment identifies an individual segment to be scanned by an application worker.ScanRequest.withSelect
(Select select) The attributes to be returned in the result.ScanRequest.withSelect
(String select) The attributes to be returned in the result.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.withTotalSegments
(Integer totalSegments) For a parallel Scan request, TotalSegments represents the total number of segments into which the Scan operation will be divided.