Uses of Interface
software.amazon.awssdk.services.dynamodb.model.ScanRequest.Builder
Packages that use ScanRequest.Builder
Package
Description
-
Uses of ScanRequest.Builder in software.amazon.awssdk.services.dynamodb
Method parameters in software.amazon.awssdk.services.dynamodb with type arguments of type ScanRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ScanResponse>DynamoDbAsyncClient.scan(Consumer<ScanRequest.Builder> scanRequest) TheScanoperation returns one or more items and item attributes by accessing every item in a table or a secondary index.default ScanResponseDynamoDbClient.scan(Consumer<ScanRequest.Builder> scanRequest) TheScanoperation returns one or more items and item attributes by accessing every item in a table or a secondary index.default ScanPublisherDynamoDbAsyncClient.scanPaginator(Consumer<ScanRequest.Builder> scanRequest) This is a variant ofDynamoDbAsyncClient.scan(software.amazon.awssdk.services.dynamodb.model.ScanRequest)operation.default ScanIterableDynamoDbClient.scanPaginator(Consumer<ScanRequest.Builder> scanRequest) This is a variant ofDynamoDbClient.scan(software.amazon.awssdk.services.dynamodb.model.ScanRequest)operation. -
Uses of ScanRequest.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ScanRequest.BuilderModifier and TypeMethodDescriptionScanRequest.Builder.attributesToGet(String... attributesToGet) This is a legacy parameter.ScanRequest.Builder.attributesToGet(Collection<String> attributesToGet) This is a legacy parameter.static ScanRequest.BuilderScanRequest.builder()ScanRequest.Builder.conditionalOperator(String conditionalOperator) This is a legacy parameter.ScanRequest.Builder.conditionalOperator(ConditionalOperator conditionalOperator) This is a legacy parameter.ScanRequest.Builder.consistentRead(Boolean consistentRead) A Boolean value that determines the read consistency model during the scan:ScanRequest.Builder.exclusiveStartKey(Map<String, AttributeValue> exclusiveStartKey) The primary key of the first item that this operation will evaluate.ScanRequest.Builder.expressionAttributeNames(Map<String, String> expressionAttributeNames) One or more substitution tokens for attribute names in an expression.ScanRequest.Builder.expressionAttributeValues(Map<String, AttributeValue> expressionAttributeValues) One or more values that can be substituted in an expression.ScanRequest.Builder.filterExpression(String filterExpression) A string that contains conditions that DynamoDB applies after theScanoperation, but before the data is returned to you.The name of a secondary index to scan.The maximum number of items to evaluate (not necessarily the number of matching items).ScanRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ScanRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ScanRequest.Builder.projectionExpression(String projectionExpression) A string that identifies one or more attributes to retrieve from the specified table or index.ScanRequest.Builder.returnConsumedCapacity(String returnConsumedCapacity) Sets the value of the ReturnConsumedCapacity property for this object.ScanRequest.Builder.returnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity) Sets the value of the ReturnConsumedCapacity property for this object.ScanRequest.Builder.scanFilter(Map<String, Condition> scanFilter) This is a legacy parameter.For a parallelScanrequest,Segmentidentifies an individual segment to be scanned by an application worker.The attributes to be returned in the result.The attributes to be returned in the result.The name of the table containing the requested items or if you provideIndexName, the name of the table to which that index belongs.ScanRequest.toBuilder()ScanRequest.Builder.totalSegments(Integer totalSegments) For a parallelScanrequest,TotalSegmentsrepresents the total number of segments into which theScanoperation will be divided.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ScanRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ScanRequest.Builder>ScanRequest.serializableBuilderClass()