

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

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

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

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

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

 AWS SDK 開発者ガイドとコード例の完全なリストについては、「」を参照してください[AWS SDK での Amazon SES の使用](sdk-general-information-section.md)。このトピックには、使用開始方法に関する情報と、以前の SDK バージョンの詳細も含まれています。

**Contents**
+ [基本](service_code_examples_ses_basics.md)
  + [アクション](service_code_examples_ses_actions.md)
    + [`CreateReceiptFilter`](ses_example_ses_CreateReceiptFilter_section.md)
    + [`CreateReceiptRule`](ses_example_ses_CreateReceiptRule_section.md)
    + [`CreateReceiptRuleSet`](ses_example_ses_CreateReceiptRuleSet_section.md)
    + [`CreateTemplate`](ses_example_ses_CreateTemplate_section.md)
    + [`DeleteIdentity`](ses_example_ses_DeleteIdentity_section.md)
    + [`DeleteReceiptFilter`](ses_example_ses_DeleteReceiptFilter_section.md)
    + [`DeleteReceiptRule`](ses_example_ses_DeleteReceiptRule_section.md)
    + [`DeleteReceiptRuleSet`](ses_example_ses_DeleteReceiptRuleSet_section.md)
    + [`DeleteTemplate`](ses_example_ses_DeleteTemplate_section.md)
    + [`DescribeReceiptRuleSet`](ses_example_ses_DescribeReceiptRuleSet_section.md)
    + [`GetIdentityVerificationAttributes`](ses_example_ses_GetIdentityVerificationAttributes_section.md)
    + [`GetSendQuota`](ses_example_ses_GetSendQuota_section.md)
    + [`GetSendStatistics`](ses_example_ses_GetSendStatistics_section.md)
    + [`GetTemplate`](ses_example_ses_GetTemplate_section.md)
    + [`ListIdentities`](ses_example_ses_ListIdentities_section.md)
    + [`ListReceiptFilters`](ses_example_ses_ListReceiptFilters_section.md)
    + [`ListTemplates`](ses_example_ses_ListTemplates_section.md)
    + [`SendBulkTemplatedEmail`](ses_example_ses_SendBulkTemplatedEmail_section.md)
    + [`SendEmail`](ses_example_ses_SendEmail_section.md)
    + [`SendRawEmail`](ses_example_ses_SendRawEmail_section.md)
    + [`SendTemplatedEmail`](ses_example_ses_SendTemplatedEmail_section.md)
    + [`UpdateTemplate`](ses_example_ses_UpdateTemplate_section.md)
    + [`VerifyDomainIdentity`](ses_example_ses_VerifyDomainIdentity_section.md)
    + [`VerifyEmailIdentity`](ses_example_ses_VerifyEmailIdentity_section.md)
+ [シナリオ](service_code_examples_ses_scenarios.md)
  + [Amazon Transcribe ストリーミングアプリケーションを構築する](ses_example_cross_TranscriptionStreamingApp_section.md)
  + [リージョン間で E メールとドメイン ID をコピーする](ses_example_ses_Scenario_ReplicateIdentities_section.md)
  + [DynamoDB データを追跡するウェブアプリケーションを作成する](ses_example_cross_DynamoDBDataTracker_section.md)
  + [Amazon Redshift データ追跡用のウェブアプリケーションの作成](ses_example_cross_RedshiftDataTracker_section.md)
  + [Aurora Serverless 作業項目トラッカーの作成](ses_example_cross_RDSDataTracker_section.md)
  + [画像内の PPE を検出する](ses_example_cross_RekognitionPhotoAnalyzerPPE_section.md)
  + [画像内のオブジェクトを検出する](ses_example_cross_RekognitionPhotoAnalyzer_section.md)
  + [動画内の人物や物体を検出する](ses_example_cross_RekognitionVideoDetection_section.md)
  + [SMTP エンドポイントに接続するための認証情報を生成する](ses_example_ses_Scenario_GenerateSmtpCredentials_section.md)
  + [Amazon Simple Email Service (SES) のセットアップ](ses_example_ses_GettingStarted_033_section.md)
  + [Step Functions を使用して Lambda 関数を呼び出す](ses_example_cross_ServerlessWorkflows_section.md)
  + [E メール ID を検証してメッセージを送信する](ses_example_ses_Scenario_SendEmail_section.md)