

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

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

# SDK を使用した Amazon SES API v2 のコード例 AWS SDKs
<a name="sesv2_code_examples"></a>

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

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

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

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

**Contents**
+ [基本](sesv2_code_examples_basics.md)
  + [Hello Amazon SES API v2](sesv2_example_sesv2_Hello_section.md)
  + [アクション](sesv2_code_examples_actions.md)
    + [`CreateContact`](sesv2_example_sesv2_CreateContact_section.md)
    + [`CreateContactList`](sesv2_example_sesv2_CreateContactList_section.md)
    + [`CreateEmailIdentity`](sesv2_example_sesv2_CreateEmailIdentity_section.md)
    + [`CreateEmailTemplate`](sesv2_example_sesv2_CreateEmailTemplate_section.md)
    + [`DeleteContactList`](sesv2_example_sesv2_DeleteContactList_section.md)
    + [`DeleteEmailIdentity`](sesv2_example_sesv2_DeleteEmailIdentity_section.md)
    + [`DeleteEmailTemplate`](sesv2_example_sesv2_DeleteEmailTemplate_section.md)
    + [`GetEmailIdentity`](sesv2_example_sesv2_GetEmailIdentity_section.md)
    + [`ListContactLists`](sesv2_example_sesv2_ListContactLists_section.md)
    + [`ListContacts`](sesv2_example_sesv2_ListContacts_section.md)
    + [`SendBulkEmail`](sesv2_example_sesv2_SendBulkEmail_section.md)
    + [`SendEmail`](sesv2_example_sesv2_SendEmail_section.md)
+ [シナリオ](sesv2_code_examples_scenarios.md)
  + [E メール添付ファイルのシナリオ](sesv2_example_sesv2_Scenario_EmailAttachments_section.md)
  + [ニュースレターのシナリオ](sesv2_example_sesv2_NewsletterWorkflow_section.md)