We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dda299e commit de4603bCopy full SHA for de4603b
.doc_gen/metadata/sqs_metadata.yaml
@@ -874,8 +874,8 @@ sqs_Scenario_SendReceiveBatch:
874
sdkguide:
875
excerpts:
876
- description: >-
877
- You can handle batch message operations with Amazon SQS using two different approaches
878
- 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>
879
<para><emphasis role="strong">SendRecvBatch.java</emphasis> uses explicit batch operations.
880
You manually create message batches and call <code>sendMessageBatch()</code> and
881
<code>deleteMessageBatch()</code> directly. You also handle batch responses, including any
0 commit comments