

# Code examples for Amazon Web Services Support using Amazon SDKs
<a name="service_code_examples"></a>

The following code examples show how to use Amazon Web Services Support with an Amazon software development kit (SDK). 

*Basics* are code examples that show you how to perform the essential operations within a service.

*Actions* are code excerpts from larger programs and must be run in context. While actions show you how to call individual service functions, you can see actions in context in their related scenarios.

*Scenarios* are code examples that show you how to accomplish specific tasks by calling multiple functions within a service or combined with other Amazon Web Services services.

For a complete list of Amazon SDK developer guides and code examples, see [Using Amazon Web Services Support with an Amazon SDK](sdk-general-information-section.md). This topic also includes information about getting started and details about previous SDK versions.

**Contents**
+ [Basics](service_code_examples_basics.md)
  + [Hello Amazon Web Services Support](example_support_Hello_section.md)
  + [Learn the basics](example_support_Scenario_GetStartedSupportCases_section.md)
  + [Actions](service_code_examples_actions.md)
    + [`AddAttachmentsToSet`](example_support_AddAttachmentsToSet_section.md)
    + [`AddCommunicationToCase`](example_support_AddCommunicationToCase_section.md)
    + [`CreateCase`](example_support_CreateCase_section.md)
    + [`DescribeAttachment`](example_support_DescribeAttachment_section.md)
    + [`DescribeCases`](example_support_DescribeCases_section.md)
    + [`DescribeCommunications`](example_support_DescribeCommunications_section.md)
    + [`DescribeServices`](example_support_DescribeServices_section.md)
    + [`DescribeSeverityLevels`](example_support_DescribeSeverityLevels_section.md)
    + [`DescribeTrustedAdvisorCheckRefreshStatuses`](example_support_DescribeTrustedAdvisorCheckRefreshStatuses_section.md)
    + [`DescribeTrustedAdvisorCheckResult`](example_support_DescribeTrustedAdvisorCheckResult_section.md)
    + [`DescribeTrustedAdvisorCheckSummaries`](example_support_DescribeTrustedAdvisorCheckSummaries_section.md)
    + [`DescribeTrustedAdvisorChecks`](example_support_DescribeTrustedAdvisorChecks_section.md)
    + [`RefreshTrustedAdvisorCheck`](example_support_RefreshTrustedAdvisorCheck_section.md)
    + [`ResolveCase`](example_support_ResolveCase_section.md)
+ [Scenarios](service_code_examples_scenarios.md)
  + [Getting started with Support](example_support_GettingStarted_062_section.md)