Skip to content

Commit b6fab98

Browse files
authored
Java (v2): DynamoDB - Add PartiQL batch select example. (#7090)
1 parent a5feb68 commit b6fab98

File tree

6 files changed

+1207
-1159
lines changed

6 files changed

+1207
-1159
lines changed

javav2/example_code/dynamodb/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `javav
3838

3939
Code examples that show you how to perform the essential operations within a service.
4040

41-
- [Learn the basics](src/main/java/com/example/dynamodb/Scenario.java)
41+
- [Learn the basics](src/main/java/com/example/dynamodb/scenario/Scenario.java)
4242

4343

4444
### Single actions
@@ -63,8 +63,8 @@ Code excerpts that show you how to call individual service functions.
6363
Code examples that show you how to accomplish a specific task by calling multiple
6464
functions within the same service.
6565

66-
- [Query a table by using batches of PartiQL statements](src/main/java/com/example/dynamodb/ScenarioPartiQLBatch.java)
67-
- [Query a table using PartiQL](src/main/java/com/example/dynamodb/ScenarioPartiQ.java)
66+
- [Query a table by using batches of PartiQL statements](src/main/java/com/example/dynamodb/scenario/ScenarioPartiQLBatch.java)
67+
- [Query a table using PartiQL](src/main/java/com/example/dynamodb/scenario/ScenarioPartiQ.java)
6868

6969

7070
<!--custom.examples.start-->

0 commit comments

Comments
 (0)