Skip to content

Commit a1059b6

Browse files
committed
Update introductory text to clarify that it's the two examples that demonstrate the two approaches to working with batch operations with Java v2
1 parent 9aaa63d commit a1059b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.doc_gen/metadata/sqs_metadata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -874,8 +874,8 @@ sqs_Scenario_SendReceiveBatch:
874874
sdkguide:
875875
excerpts:
876876
- description: >-
877-
You can handle batch message operations with Amazon SQS using two different approaches
878-
with the &JavaV2long;:</para>
877+
As shown in the following examples, you can handle batch message operations with &SQS;
878+
using two different approaches with the &JavaV2long;:</para>
879879
<para><emphasis role="strong">SendRecvBatch.java</emphasis> uses explicit batch operations.
880880
You manually create message batches and call <code>sendMessageBatch()</code> and
881881
<code>deleteMessageBatch()</code> directly. You also handle batch responses, including any

0 commit comments

Comments
 (0)