

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

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

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

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

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

**Topics**
+ [`DeleteLexicon`](example_polly_DeleteLexicon_section.md)
+ [`DescribeVoices`](example_polly_DescribeVoices_section.md)
+ [`GetLexicon`](example_polly_GetLexicon_section.md)
+ [`GetSpeechSynthesisTask`](example_polly_GetSpeechSynthesisTask_section.md)
+ [`ListLexicons`](example_polly_ListLexicons_section.md)
+ [`ListSpeechSynthesisTasks`](example_polly_ListSpeechSynthesisTasks_section.md)
+ [`PutLexicon`](example_polly_PutLexicon_section.md)
+ [`StartSpeechSynthesisTask`](example_polly_StartSpeechSynthesisTask_section.md)
+ [`SynthesizeSpeech`](example_polly_SynthesizeSpeech_section.md)