

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

# AWS SDKsアクション
<a name="service_code_examples_actions"></a>

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

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

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

**Topics**
+ [`CreateRepository`](example_ecr_CreateRepository_section.md)
+ [`DeleteRepository`](example_ecr_DeleteRepository_section.md)
+ [`DescribeImages`](example_ecr_DescribeImages_section.md)
+ [`DescribeRepositories`](example_ecr_DescribeRepositories_section.md)
+ [`GetAuthorizationToken`](example_ecr_GetAuthorizationToken_section.md)
+ [`GetRepositoryPolicy`](example_ecr_GetRepositoryPolicy_section.md)
+ [`ListImages`](example_ecr_ListImages_section.md)
+ [`PushImageCmd`](example_ecr_PushImageCmd_section.md)
+ [`PutLifeCyclePolicy`](example_ecr_PutLifeCyclePolicy_section.md)
+ [`SetRepositoryPolicy`](example_ecr_SetRepositoryPolicy_section.md)
+ [`StartLifecyclePolicyPreview`](example_ecr_StartLifecyclePolicyPreview_section.md)