

Doc AWS SDK Examples GitHub リポジトリには、他にも SDK の例があります。 [AWS](https://github.com/awsdocs/aws-doc-sdk-examples)

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

# SDK を使用した Amazon SQS のコード例 AWS SDKs
<a name="sqs_code_examples"></a>

次のコード例は、 AWS Software Development Kit (SDK) で Amazon Simple Queue Service を使用する方法を示しています。

*アクション*はより大きなプログラムからのコードの抜粋であり、コンテキスト内で実行する必要があります。アクションは個々のサービス機能を呼び出す方法を示していますが、コンテキスト内のアクションは、関連するシナリオで確認できます。

*シナリオ*は、1 つのサービス内から、または他の AWS のサービスと組み合わせて複数の関数を呼び出し、特定のタスクを実行する方法を示すコード例です。

**その他のリソース**
+  **[ Amazon SQS デベロッパーガイド](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/welcome.html)** — Amazon SQS に関する詳細情報。
+ **[Amazon SQS API リファレンス](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/Welcome.html)** — 使用可能なすべての Amazon SQS アクションに関する詳細。
+ **[AWS デベロッパーセンター](https://aws.amazon.com/developer/code-examples/?awsf.sdk-code-examples-product=product%23sqs)** – カテゴリまたは全文検索でフィルタリングできるコード例。
+ **[AWS SDK の例](https://github.com/awsdocs/aws-doc-sdk-examples)** – 完全なコードを優先言語で含む GitHub リポジトリ。コードの設定と実行に関する説明が記載されています。

**Contents**
+ [基本](sqs_code_examples_basics.md)
  + [Hello Amazon SQS](sqs_example_sqs_Hello_section.md)
  + [アクション](sqs_code_examples_actions.md)
    + [`AddPermission`](sqs_example_sqs_AddPermission_section.md)
    + [`ChangeMessageVisibility`](sqs_example_sqs_ChangeMessageVisibility_section.md)
    + [`ChangeMessageVisibilityBatch`](sqs_example_sqs_ChangeMessageVisibilityBatch_section.md)
    + [`CreateQueue`](sqs_example_sqs_CreateQueue_section.md)
    + [`DeleteMessage`](sqs_example_sqs_DeleteMessage_section.md)
    + [`DeleteMessageBatch`](sqs_example_sqs_DeleteMessageBatch_section.md)
    + [`DeleteQueue`](sqs_example_sqs_DeleteQueue_section.md)
    + [`GetQueueAttributes`](sqs_example_sqs_GetQueueAttributes_section.md)
    + [`GetQueueUrl`](sqs_example_sqs_GetQueueUrl_section.md)
    + [`ListDeadLetterSourceQueues`](sqs_example_sqs_ListDeadLetterSourceQueues_section.md)
    + [`ListQueues`](sqs_example_sqs_ListQueues_section.md)
    + [`PurgeQueue`](sqs_example_sqs_PurgeQueue_section.md)
    + [`ReceiveMessage`](sqs_example_sqs_ReceiveMessage_section.md)
    + [`RemovePermission`](sqs_example_sqs_RemovePermission_section.md)
    + [`SendMessage`](sqs_example_sqs_SendMessage_section.md)
    + [`SendMessageBatch`](sqs_example_sqs_SendMessageBatch_section.md)
    + [`SetQueueAttributes`](sqs_example_sqs_SetQueueAttributes_section.md)
+ [シナリオ](sqs_code_examples_scenarios.md)
  + [メッセージングアプリケーションを作成する](sqs_example_cross_SQSMessageApp_section.md)
  + [メッセンジャーアプリケーションを作成する](sqs_example_cross_StepFunctionsMessenger_section.md)
  + [Amazon Textract エクスプローラーアプリケーションを作成する](sqs_example_cross_TextractExplorer_section.md)
  + [FIFO トピックを作成して発行する](sqs_example_sns_PublishFifoTopic_section.md)
  + [動画内の人物や物体を検出する](sqs_example_cross_RekognitionVideoDetection_section.md)
  + [S3 を使用して大量のメッセージを管理する](sqs_example_sqs_Scenario_SqsExtendedClient_section.md)
  + [S3 イベント通知の処理](sqs_example_s3_Scenario_ProcessS3EventNotification_section.md)
  + [メッセージをキューに発行する](sqs_example_sqs_Scenario_TopicsAndQueues_section.md)
  + [バッチメッセージを送受信する](sqs_example_sqs_Scenario_SendReceiveBatch_section.md)
  + [Amazon SQS で .NET の AWS メッセージ処理フレームワークを使用する](sqs_example_cross_MessageProcessingFrameworkTutorial_section.md)
  + [Amazon SQS Java Messaging Library を使用して JMS インターフェイスを操作する](sqs_example_sqs_Scenario_UseJMS_section.md)
  + [キュータグの操作](sqs_example_sqs_Scenario_WorkWithTags_section.md)
+ [サーバーレスサンプル](sqs_code_examples_serverless_examples.md)
  + [Amazon SQS トリガーから Lambda 関数を呼び出す](sqs_example_serverless_SQS_Lambda_section.md)
  + [Amazon SQS トリガーを使用した Lambda 関数でのバッチアイテムの失敗のレポート](sqs_example_serverless_SQS_Lambda_batch_item_failures_section.md)