Index
All Classes and Interfaces|All Packages|Constant Field Values
C
- clear() - Method in class com.agorapulse.micronaut.aws.dynamodb.StrictMap
- com.agorapulse.micronaut.aws.dynamodb - package com.agorapulse.micronaut.aws.dynamodb
- com.agorapulse.micronaut.aws.dynamodb.annotation - package com.agorapulse.micronaut.aws.dynamodb.annotation
- com.agorapulse.micronaut.aws.dynamodb.builder - package com.agorapulse.micronaut.aws.dynamodb.builder
- com.agorapulse.micronaut.aws.dynamodb.convert - package com.agorapulse.micronaut.aws.dynamodb.convert
- configure(Closure<Object>) - Method in interface com.agorapulse.micronaut.aws.dynamodb.builder.QueryBuilder
-
Configures the native query expression.
- configure(Closure<Object>) - Method in interface com.agorapulse.micronaut.aws.dynamodb.builder.ScanBuilder
-
Configures the native scan expression.
- configure(Closure<Object>) - Method in interface com.agorapulse.micronaut.aws.dynamodb.builder.UpdateBuilder
-
Configures the native update request.
- configure(Consumer<DynamoDBQueryExpression<T>>) - Method in interface com.agorapulse.micronaut.aws.dynamodb.builder.QueryBuilder
-
Configures the native query expression.
- configure(Consumer<DynamoDBScanExpression>) - Method in interface com.agorapulse.micronaut.aws.dynamodb.builder.ScanBuilder
-
Configures the native scan expression.
- configure(Consumer<UpdateItemRequest>) - Method in interface com.agorapulse.micronaut.aws.dynamodb.builder.UpdateBuilder
-
Configures the native update request.
- consistent(Builders.Read) - Method in interface com.agorapulse.micronaut.aws.dynamodb.builder.QueryBuilder
-
Demand consistent reads.
- consistent(Builders.Read) - Method in interface com.agorapulse.micronaut.aws.dynamodb.builder.ScanBuilder
-
Demand consistent reads.
- contains(Object) - Method in class com.agorapulse.micronaut.aws.dynamodb.builder.RangeConditionCollector
- contains(String, Object) - Method in class com.agorapulse.micronaut.aws.dynamodb.builder.RangeConditionCollector
- containsKey(Object) - Method in class com.agorapulse.micronaut.aws.dynamodb.StrictMap
- containsValue(Object) - Method in class com.agorapulse.micronaut.aws.dynamodb.StrictMap
- convert(Instant) - Method in class com.agorapulse.micronaut.aws.dynamodb.convert.InstantConverter
- count(IDynamoDBMapper) - Method in interface com.agorapulse.micronaut.aws.dynamodb.builder.DetachedQuery
-
Counts entities satisfying given query using provided mapper.
- count(IDynamoDBMapper) - Method in interface com.agorapulse.micronaut.aws.dynamodb.builder.DetachedScan
-
Counts entities satisfying given scan using provided mapper.
- count(Object) - Method in interface com.agorapulse.micronaut.aws.dynamodb.DynamoDBService
-
Optional settings: - consistentRead (default to false) - limit (default to DEFAULT_COUNT_LIMIT)
- count(Object, Object) - Method in interface com.agorapulse.micronaut.aws.dynamodb.DynamoDBService
-
Optional settings: - consistentRead (default to false) - limit (default to DEFAULT_COUNT_LIMIT)
- count(Object, String, Object) - Method in interface com.agorapulse.micronaut.aws.dynamodb.DynamoDBService
-
Optional settings: - consistentRead (default to false) - limit (default to DEFAULT_COUNT_LIMIT)
- count(Object, String, Object, ComparisonOperator) - Method in interface com.agorapulse.micronaut.aws.dynamodb.DynamoDBService
-
Optional settings: - consistentRead (default to false) - limit (default to DEFAULT_COUNT_LIMIT)
- count(Object, String, Object, ComparisonOperator, Map) - Method in interface com.agorapulse.micronaut.aws.dynamodb.DynamoDBService
-
Optional settings: - consistentRead (default to false) - limit (default to DEFAULT_COUNT_LIMIT)
- countByConditions(Object, Map<String, Condition>) - Method in interface com.agorapulse.micronaut.aws.dynamodb.DynamoDBService
-
Optional settings: - consistentRead (default to false) - limit (default to DEFAULT_COUNT_LIMIT)
- countByConditions(Object, Map<String, Condition>, Map) - Method in interface com.agorapulse.micronaut.aws.dynamodb.DynamoDBService
-
Optional settings: - consistentRead (default to false) - limit (default to DEFAULT_COUNT_LIMIT)
- countByDates(Object, String, Instant, Instant) - Method in interface com.agorapulse.micronaut.aws.dynamodb.DynamoDBService
- countByDates(Object, String, Instant, Instant, Instant) - Method in interface com.agorapulse.micronaut.aws.dynamodb.DynamoDBService
- countByDates(Object, String, Date, Date) - Method in interface com.agorapulse.micronaut.aws.dynamodb.DynamoDBService
-
Deprecated.
- countByDates(Object, String, Date, Date, Date) - Method in interface com.agorapulse.micronaut.aws.dynamodb.DynamoDBService
-
Deprecated.Consider using the method with java.time.Instant parameter
DynamoDBService.countByDates(Object hashKey, String rangeKeyName, Instant after, Instant before, Instant maxAfterDate) - countByDates(Object, String, Map) - Method in interface com.agorapulse.micronaut.aws.dynamodb.DynamoDBService
-
Optional settings: - consistentRead (default to false) - limit (default to DEFAULT_COUNT_LIMIT) - maxAfterDate (default to null)
- countByDates(Object, String, Map, Map) - Method in interface com.agorapulse.micronaut.aws.dynamodb.DynamoDBService
-
Optional settings: - consistentRead (default to false) - limit (default to DEFAULT_COUNT_LIMIT) - maxAfterDate (default to null)
- createTable() - Method in interface com.agorapulse.micronaut.aws.dynamodb.DynamoDBService
-
Create the DynamoDB table for the given Class.
- createTable(Long) - Method in interface com.agorapulse.micronaut.aws.dynamodb.DynamoDBService
-
Create the DynamoDB table for the given Class.
- createTable(Long, Long) - Method in interface com.agorapulse.micronaut.aws.dynamodb.DynamoDBService
-
Create the DynamoDB table for the given Class.
All Classes and Interfaces|All Packages|Constant Field Values
DynamoDBService.countByDates(Object hashKey, String rangeKeyName, Instant after, Instant before)