Skip to content

Update introductory text to clarify examples #7527

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 21, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .doc_gen/metadata/sqs_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -874,8 +874,8 @@ sqs_Scenario_SendReceiveBatch:
sdkguide:
excerpts:
- description: >-
You can handle batch message operations with Amazon SQS using two different approaches
with the &JavaV2long;:</para>
As shown in the following examples, you can handle batch message operations with &SQS;
using two different approaches with the &JavaV2long;:</para>
<para><emphasis role="strong">SendRecvBatch.java</emphasis> uses explicit batch operations.
You manually create message batches and call <code>sendMessageBatch()</code> and
<code>deleteMessageBatch()</code> directly. You also handle batch responses, including any
Expand Down
Loading