@@ -34,6 +34,13 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `javav
3434- [ Hello AWS Batch] ( src/main/java/com/example/batch/HelloBatch.java#L6 ) (` listJobsPaginator ` )
3535
3636
37+ ### Basics
38+
39+ Code examples that show you how to perform the essential operations within a service.
40+
41+ - [ Learn the basics] ( src/main/java/com/example/batch/scenario/BatchScenario.java )
42+
43+
3744### Single actions
3845
3946Code excerpts that show you how to call individual service functions.
@@ -52,13 +59,6 @@ Code excerpts that show you how to call individual service functions.
5259- [ UpdateComputeEnvironment] ( src/main/java/com/example/batch/scenario/BatchActions.java#L439 )
5360- [ UpdateJobQueue] ( src/main/java/com/example/batch/scenario/BatchActions.java#L347 )
5461
55- ### Scenarios
56-
57- Code examples that show you how to accomplish a specific task by calling multiple
58- functions within the same service.
59-
60- - [ Learn AWS Batch core operations] ( src/main/java/com/example/batch/scenario/BatchScenario.java )
61-
6262
6363<!-- custom.examples.start-->
6464<!-- custom.examples.end-->
@@ -76,8 +76,7 @@ functions within the same service.
7676This example shows you how to get started using AWS Batch.
7777
7878
79-
80- #### Learn AWS Batch core operations
79+ #### Learn the basics
8180
8281This example shows you how to do the following:
8382
@@ -90,12 +89,13 @@ This example shows you how to do the following:
9089- Check the status of job.
9190- Delete AWS Batch resources.
9291
93- <!-- custom.scenario_prereqs.batch_Scenario.start-->
94- <!-- custom.scenario_prereqs.batch_Scenario.end-->
92+ <!-- custom.basic_prereqs.batch_Scenario.start-->
93+ <!-- custom.basic_prereqs.batch_Scenario.end-->
94+
9595
96+ <!-- custom.basics.batch_Scenario.start-->
97+ <!-- custom.basics.batch_Scenario.end-->
9698
97- <!-- custom.scenarios.batch_Scenario.start-->
98- <!-- custom.scenarios.batch_Scenario.end-->
9999
100100### Tests
101101
@@ -123,4 +123,4 @@ in the `javav2` folder.
123123
124124Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
125125
126- SPDX-License-Identifier: Apache-2.0
126+ SPDX-License-Identifier: Apache-2.0
0 commit comments