Class DynamoDbScanRequest
java.lang.Object
io.awspring.spring.data.dynamodb.request.DynamoDbScanRequest
Options for a low-level DynamoDB
Scan request.- Since:
- 1.0.0
- Author:
- Matej Nedic
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLimit()booleanvoidsetConsistentRead(boolean consistentRead) voidsetExclusiveStartKey(Map<String, Object> exclusiveStartKey) voidsetExpressionAttributeNames(Map<String, String> expressionAttributeNames) voidsetExpressionAttributeValues(Map<String, Object> expressionAttributeValues) voidsetFilterExpression(String filterExpression) voidsetIndexName(String indexName) voidvoidsetProjectionExpression(String projectionExpression)
-
Constructor Details
-
DynamoDbScanRequest
public DynamoDbScanRequest()
-
-
Method Details
-
getFilterExpression
-
setFilterExpression
-
getIndexName
-
setIndexName
-
getLimit
-
setLimit
-
getProjectionExpression
-
setProjectionExpression
-
isConsistentRead
public boolean isConsistentRead() -
setConsistentRead
public void setConsistentRead(boolean consistentRead) -
getExclusiveStartKey
-
setExclusiveStartKey
-
getExpressionAttributeNames
-
setExpressionAttributeNames
-
getExpressionAttributeValues
-
setExpressionAttributeValues
-