Uses of Interface
software.amazon.awssdk.services.dynamodb.model.ScanResponse.Builder
Packages that use ScanResponse.Builder
-
Uses of ScanResponse.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ScanResponse.BuilderModifier and TypeMethodDescriptionstatic ScanResponse.BuilderScanResponse.builder()default ScanResponse.BuilderScanResponse.Builder.consumedCapacity(Consumer<ConsumedCapacity.Builder> consumedCapacity) The capacity units consumed by theScanoperation.ScanResponse.Builder.consumedCapacity(ConsumedCapacity consumedCapacity) The capacity units consumed by theScanoperation.The number of items in the response.ScanResponse.Builder.items(Collection<? extends Map<String, AttributeValue>> items) An array of item attributes that match the scan criteria.ScanResponse.Builder.items(Map<String, AttributeValue>... items) An array of item attributes that match the scan criteria.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.scannedCount(Integer scannedCount) The number of items evaluated, before anyScanFilteris applied.ScanResponse.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ScanResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ScanResponse.Builder>ScanResponse.serializableBuilderClass()