Index
All Classes and Interfaces|All Packages|Constant Field Values
O
- offset(Object) - Method in interface com.agorapulse.micronaut.aws.dynamodb.builder.QueryBuilder
-
Sets the query offset by defining the exclusive start hash key (hash key of the last entity returned).
- offset(Object) - Method in interface com.agorapulse.micronaut.aws.dynamodb.builder.ScanBuilder
-
Sets the scan offset by defining the exclusive start hash key (hash key of the last entity returned).
- offset(Object, Object) - Method in interface com.agorapulse.micronaut.aws.dynamodb.builder.QueryBuilder
-
Sets the query offset by defining the exclusive start hash and range key (hash and range key of the last entity returned).
- offset(Object, Object) - Method in interface com.agorapulse.micronaut.aws.dynamodb.builder.ScanBuilder
-
Sets the scan offset by defining the exclusive start hash and range key (hash and range key of the last entity returned).
- only(Closure<Object>) - Method in interface com.agorapulse.micronaut.aws.dynamodb.builder.QueryBuilder
-
Limits which properties of the returned entities will be populated.
- only(Closure<Object>) - Method in interface com.agorapulse.micronaut.aws.dynamodb.builder.ScanBuilder
-
Limits which properties of the returned entities will be populated.
- only(Iterable<String>) - Method in interface com.agorapulse.micronaut.aws.dynamodb.builder.QueryBuilder
-
Limits which properties of the returned entities will be populated.
- only(Iterable<String>) - Method in interface com.agorapulse.micronaut.aws.dynamodb.builder.ScanBuilder
-
Limits which properties of the returned entities will be populated.
- only(String...) - Method in interface com.agorapulse.micronaut.aws.dynamodb.builder.QueryBuilder
-
Limits which properties of the returned entities will be populated.
- only(String...) - Method in interface com.agorapulse.micronaut.aws.dynamodb.builder.ScanBuilder
-
Limits which properties of the returned entities will be populated.
- or(Closure<RangeConditionCollector<T>>) - Method in interface com.agorapulse.micronaut.aws.dynamodb.builder.QueryBuilder
-
One or more range key filter conditions in disjunction.
- or(Closure<RangeConditionCollector<T>>) - Method in interface com.agorapulse.micronaut.aws.dynamodb.builder.ScanBuilder
-
One or more filter conditions in disjunction.
- or(Consumer<RangeConditionCollector<T>>) - Method in interface com.agorapulse.micronaut.aws.dynamodb.builder.QueryBuilder
-
One or more range key filter conditions in disjunction.
- or(Consumer<RangeConditionCollector<T>>) - Method in interface com.agorapulse.micronaut.aws.dynamodb.builder.ScanBuilder
-
One or more filter conditions in disjunction.
All Classes and Interfaces|All Packages|Constant Field Values