Index
All Classes and Interfaces|All Packages|Constant Field Values
R
- range(Closure<RangeConditionCollector<T>>) - Method in interface com.agorapulse.micronaut.aws.dynamodb.builder.QueryBuilder
-
One or more range key conditions.
- range(Object) - Method in interface com.agorapulse.micronaut.aws.dynamodb.builder.UpdateBuilder
-
Sets the range key value of the updated entity.
- range(Consumer<RangeConditionCollector<T>>) - Method in interface com.agorapulse.micronaut.aws.dynamodb.builder.QueryBuilder
-
One or more range key conditions.
- RangeConditionCollector<T> - Class in com.agorapulse.micronaut.aws.dynamodb.builder
- RangeConditionCollector(DynamoDBMapperTableModel<T>) - Constructor for class com.agorapulse.micronaut.aws.dynamodb.builder.RangeConditionCollector
- RangeKey - Annotation Interface in com.agorapulse.micronaut.aws.dynamodb.annotation
-
Annotates range key.
- read - Static variable in class com.agorapulse.micronaut.aws.dynamodb.builder.Builders
- remove(Object) - Method in class com.agorapulse.micronaut.aws.dynamodb.StrictMap
- resolveExpression(IDynamoDBMapper) - Method in interface com.agorapulse.micronaut.aws.dynamodb.builder.DetachedQuery
-
Resolves the current query into native query expression using provided mapper.
- resolveExpression(IDynamoDBMapper) - Method in interface com.agorapulse.micronaut.aws.dynamodb.builder.DetachedScan
-
Resolves the current scan into native scan expression using provided mapper.
- resolveExpression(IDynamoDBMapper) - Method in interface com.agorapulse.micronaut.aws.dynamodb.builder.DetachedUpdate
-
Resolves the current update into native update request using provided mapper.
- returnAllNew(Closure<Object>) - Method in interface com.agorapulse.micronaut.aws.dynamodb.builder.UpdateBuilder
-
Declares that the update operation will return all new values.
- returnAllNew(Function<T, ?>) - Method in interface com.agorapulse.micronaut.aws.dynamodb.builder.UpdateBuilder
-
Declares that the update operation will return all new values.
- returnAllOld(Closure<Object>) - Method in interface com.agorapulse.micronaut.aws.dynamodb.builder.UpdateBuilder
-
Declares that the update operation will return all previous values.
- returnAllOld(Function<T, ?>) - Method in interface com.agorapulse.micronaut.aws.dynamodb.builder.UpdateBuilder
-
Declares that the update operation will return all previous values.
- returnNone() - Method in interface com.agorapulse.micronaut.aws.dynamodb.builder.UpdateBuilder
-
Declares that the update operation will not return any value.
- returns(ReturnValue) - Method in interface com.agorapulse.micronaut.aws.dynamodb.builder.UpdateBuilder
-
Declares a return value of the update operation.
- returns(ReturnValue, Closure<Object>) - Method in interface com.agorapulse.micronaut.aws.dynamodb.builder.UpdateBuilder
-
Declares a return value of the update operation.
- returns(ReturnValue, Function<T, ?>) - Method in interface com.agorapulse.micronaut.aws.dynamodb.builder.UpdateBuilder
-
Declares a return value of the update operation.
- returnUpdatedNew(Closure<Object>) - Method in interface com.agorapulse.micronaut.aws.dynamodb.builder.UpdateBuilder
-
Declares that the update operation will only return updated new values.
- returnUpdatedNew(Function<T, ?>) - Method in interface com.agorapulse.micronaut.aws.dynamodb.builder.UpdateBuilder
-
Declares that the update operation will only return updated new values.
- returnUpdatedOld(Closure<Object>) - Method in interface com.agorapulse.micronaut.aws.dynamodb.builder.UpdateBuilder
-
Declares that the update operation will only return updated previous values.
- returnUpdatedOld(Function<T, ?>) - Method in interface com.agorapulse.micronaut.aws.dynamodb.builder.UpdateBuilder
-
Declares that the update operation will only return updated previous values.
All Classes and Interfaces|All Packages|Constant Field Values