We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f3bcb7 commit b8d2a23Copy full SHA for b8d2a23
services-custom/dynamodb-enhanced/README.md
@@ -153,7 +153,7 @@ index. Here's an example of how to do this:
153
DynamoDbIndex<Customer> customersByName = customerTable.index("customers_by_name");
154
155
PageIterable<Customer> customersWithName =
156
- customersByName.query(r -> r.queryConditional(equalTo(k -> k.partitionValue("Smith"))));
+ customersByName.query(r -> r.queryConditional(keyEqualTo(k -> k.partitionValue("Smith"))));
157
```
158
159
### Working with immutable data classes
0 commit comments