

# Basic examples for Amazon SQS using Amazon SDKs
<a name="service_code_examples_basics"></a>

The following code examples show how to use the basics of Amazon Simple Queue Service with Amazon SDKs. 

**Contents**
+ [Hello Amazon SQS](example_sqs_Hello_section.md)
+ [Actions](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)