Uses of Class
io.awspring.spring.data.dynamodb.request.DynamoDbScanRequest
Packages that use DynamoDbScanRequest
Package
Description
-
Uses of DynamoDbScanRequest in io.awspring.spring.data.dynamodb.core
Methods in io.awspring.spring.data.dynamodb.core with parameters of type DynamoDbScanRequestModifier and TypeMethodDescription<T> longDynamoDbOperations.count(Class<T> entityClass, DynamoDbScanRequest scanRequest) Counts items matching a scan request.<T> longDynamoDbTemplate.count(Class<T> entityClass, DynamoDbScanRequest scanRequest) <T> booleanDynamoDbOperations.exists(Class<T> entityClass, DynamoDbScanRequest scanRequest) Checks whether a scan has at least one match.<T> booleanDynamoDbTemplate.exists(Class<T> entityClass, DynamoDbScanRequest scanRequest) <T> EntityQueryResult<List<T>> DynamoDbOperations.scan(Class<T> entityClass, DynamoDbScanRequest scanRequest) Executes one DynamoDB scan page.<T> EntityQueryResult<List<T>> DynamoDbTemplate.scan(Class<T> entityClass, DynamoDbScanRequest scanRequest) software.amazon.awssdk.services.dynamodb.model.ScanRequestStatementFactory.scan(String tableName, DynamoDbScanRequest request, DynamoDbPersistentEntity<?> entity) -
Uses of DynamoDbScanRequest in io.awspring.spring.data.dynamodb.repository.query
Methods in io.awspring.spring.data.dynamodb.repository.query that return DynamoDbScanRequestModifier and TypeMethodDescriptionDynamoDbQuerySpec.toScanRequest()static DynamoDbScanRequestDynamoDbQuerySpecMapper.toScanRequest(DynamoDbQuerySpec spec, @Nullable Map<String, Object> exclusiveStartKey, @Nullable Integer limit) -
Uses of DynamoDbScanRequest in io.awspring.spring.data.dynamodb.request
Methods in io.awspring.spring.data.dynamodb.request that return DynamoDbScanRequest