Skip to content

Commit de4603b

Browse files
authored
Update introductory text to clarify examples (#7527)
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 dda299e commit de4603b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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)