

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

# SDK を使用した Amazon Translate のアクション AWS SDKs
<a name="service_code_examples_actions"></a>

次のコード例は、 AWS SDKs を使用して個々の Amazon Translate アクションを実行する方法を示しています。それぞれの例には、GitHub へのリンクがあり、そこにはコードの設定と実行に関する説明が記載されています。

これらの抜粋は、Amazon Translate API を呼び出し、コンテキスト内で実行する必要がある大規模なプログラムからのコード抜粋です。アクションは [SDK を使用した Amazon Translate のシナリオ AWS SDKs](service_code_examples_scenarios.md) のコンテキスト内で確認できます。

 以下の例には、最も一般的に使用されるアクションのみ含まれています。完全なリストについては、「[Amazon Translate API リファレンス](https://docs.aws.amazon.com/translate/latest/APIReference/welcome.html)」を参照してください。

**Topics**
+ [`DescribeTextTranslationJob`](example_translate_DescribeTextTranslationJob_section.md)
+ [`ListTextTranslationJobs`](example_translate_ListTextTranslationJobs_section.md)
+ [`StartTextTranslationJob`](example_translate_StartTextTranslationJob_section.md)
+ [`StopTextTranslationJob`](example_translate_StopTextTranslationJob_section.md)
+ [`TranslateText`](example_translate_TranslateText_section.md)