Uses of Interface
com.agorapulse.micronaut.aws.dynamodb.builder.ScanBuilder
Packages that use ScanBuilder
-
Uses of ScanBuilder in com.agorapulse.micronaut.aws.dynamodb.builder
Methods in com.agorapulse.micronaut.aws.dynamodb.builder that return ScanBuilderModifier and TypeMethodDescriptiondefault ScanBuilder<T>ScanBuilder.and(groovy.lang.Closure<RangeConditionCollector<T>> conditions) One or more filter conditions in conjunction.default ScanBuilder<T>ScanBuilder.and(Consumer<RangeConditionCollector<T>> conditions) One or more filter conditions in conjunction.default ScanBuilder<T>Configures the native scan expression.ScanBuilder.configure(Consumer<com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression> configurer) Configures the native scan expression.ScanBuilder.consistent(com.agorapulse.micronaut.aws.dynamodb.builder.Builders.Read read) Demand consistent reads.ScanBuilder.filter(com.amazonaws.services.dynamodbv2.model.ConditionalOperator or) Sets the conditional operator for the filter.default ScanBuilder<T>ScanBuilder.filter(groovy.lang.Closure<RangeConditionCollector<T>> conditions) One or more filter conditions.ScanBuilder.filter(Consumer<RangeConditionCollector<T>> conditions) One or more filter conditions.ScanBuilder.inconsistent(com.agorapulse.micronaut.aws.dynamodb.builder.Builders.Read read) Demand inconsistent reads.Select the index on which this scan will be executed.ScanBuilder.limit(int max) Sets the maximum number of items to be returned from the queries.default ScanBuilder<T>Sets the scan offset by defining the exclusive start hash key (hash key of the last entity returned).Sets the scan offset by defining the exclusive start hash and range key (hash and range key of the last entity returned).default ScanBuilder<T>Limits which properties of the returned entities will be populated.Limits which properties of the returned entities will be populated.default ScanBuilder<T>Limits which properties of the returned entities will be populated.default ScanBuilder<T>ScanBuilder.or(groovy.lang.Closure<RangeConditionCollector<T>> conditions) One or more filter conditions in disjunction.default ScanBuilder<T>ScanBuilder.or(Consumer<RangeConditionCollector<T>> conditions) One or more filter conditions in disjunction.ScanBuilder.page(int page) Sets the desired pagination of the scans.static <T> ScanBuilder<T>Creates scan builder for given DynamoDB entity.static <T> ScanBuilder<T>Builders.scan(Class<T> type, groovy.lang.Closure<ScanBuilder<T>> definition) Creates scan builder for given DynamoDB entity.static <T> ScanBuilder<T>Builders.scan(Class<T> type, Consumer<ScanBuilder<T>> definition) Creates scan builder for given DynamoDB entity.Method parameters in com.agorapulse.micronaut.aws.dynamodb.builder with type arguments of type ScanBuilderModifier and TypeMethodDescriptionstatic <T> ScanBuilder<T>Builders.scan(Class<T> type, groovy.lang.Closure<ScanBuilder<T>> definition) Creates scan builder for given DynamoDB entity.static <T> ScanBuilder<T>Builders.scan(Class<T> type, Consumer<ScanBuilder<T>> definition) Creates scan builder for given DynamoDB entity.