Package | Description |
---|---|
software.amazon.awssdk.services.dynamodb.model |
Modifier and Type | Method and Description |
---|---|
static ScanResponse.Builder |
ScanResponse.builder() |
ScanResponse.Builder |
ScanResponse.Builder.consumedCapacity(ConsumedCapacity consumedCapacity)
The capacity units consumed by the
Scan operation. |
default ScanResponse.Builder |
ScanResponse.Builder.consumedCapacity(Consumer<ConsumedCapacity.Builder> consumedCapacity)
The capacity units consumed by the
Scan operation. |
ScanResponse.Builder |
ScanResponse.Builder.count(Integer count)
The number of items in the response.
|
ScanResponse.Builder |
ScanResponse.Builder.items(Collection<? extends Map<String,AttributeValue>> items)
An array of item attributes that match the scan criteria.
|
ScanResponse.Builder |
ScanResponse.Builder.items(Map<String,AttributeValue>... items)
An array of item attributes that match the scan criteria.
|
ScanResponse.Builder |
ScanResponse.Builder.lastEvaluatedKey(Map<String,AttributeValue> lastEvaluatedKey)
The primary key of the item where the operation stopped, inclusive of the previous result set.
|
ScanResponse.Builder |
ScanResponse.Builder.scannedCount(Integer scannedCount)
The number of items evaluated, before any
ScanFilter is applied. |
ScanResponse.Builder |
ScanResponse.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends ScanResponse.Builder> |
ScanResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.