

本文属于机器翻译版本。若本译文内容与英语原文存在差异，则一律以英文原文为准。

# 使用 Amazon SQS 的基本示例 Amazon SDKs
<a name="service_code_examples_basics"></a>

以下代码示例展示了如何将 Amazon 简单队列服务的基础知识与一起使用 Amazon SDKs。

**Contents**
+ [Hello Amazon SQS](example_sqs_Hello_section.md)
+ [操作](service_code_examples_actions.md)
  + [`AddPermission`](example_sqs_AddPermission_section.md)
  + [`ChangeMessageVisibility`](example_sqs_ChangeMessageVisibility_section.md)
  + [`ChangeMessageVisibilityBatch`](example_sqs_ChangeMessageVisibilityBatch_section.md)
  + [`CreateQueue`](example_sqs_CreateQueue_section.md)
  + [`DeleteMessage`](example_sqs_DeleteMessage_section.md)
  + [`DeleteMessageBatch`](example_sqs_DeleteMessageBatch_section.md)
  + [`DeleteQueue`](example_sqs_DeleteQueue_section.md)
  + [`GetQueueAttributes`](example_sqs_GetQueueAttributes_section.md)
  + [`GetQueueUrl`](example_sqs_GetQueueUrl_section.md)
  + [`ListDeadLetterSourceQueues`](example_sqs_ListDeadLetterSourceQueues_section.md)
  + [`ListQueues`](example_sqs_ListQueues_section.md)
  + [`PurgeQueue`](example_sqs_PurgeQueue_section.md)
  + [`ReceiveMessage`](example_sqs_ReceiveMessage_section.md)
  + [`RemovePermission`](example_sqs_RemovePermission_section.md)
  + [`SendMessage`](example_sqs_SendMessage_section.md)
  + [`SendMessageBatch`](example_sqs_SendMessageBatch_section.md)
  + [`SetQueueAttributes`](example_sqs_SetQueueAttributes_section.md)