

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

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

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

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

*基本* は、重要なオペレーションをサービス内で実行する方法を示すコード例です。

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

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

**Contents**
+ [基本](inspector_code_examples_basics.md)
  + [Hello](inspector_example_inspector_Hello_section.md)
  + [基本を学ぶ](inspector_example_inspector_Scenario_section.md)
  + [アクション](inspector_code_examples_actions.md)
    + [`BatchGetAccountStatus`](inspector_example_inspector_GetAccountStatus_section.md)
    + [`BatchGetFindingDetails`](inspector_example_inspector_BatchGetFindingDetails_section.md)
    + [`CreateFilter`](inspector_example_inspector_CreateFilter_section.md)
    + [`DeleteFilter`](inspector_example_inspector_DeleteFilter_section.md)
    + [`Disable`](inspector_example_inspector_Disable_section.md)
    + [`Enable`](inspector_example_inspector_Enable_section.md)
    + [`ListCoverage`](inspector_example_inspector_ListCoverage_section.md)
    + [`ListCoverageStatistics`](inspector_example_inspector_ListCoverageStatistics_section.md)
    + [`ListFilters`](inspector_example_inspector_ListFilters_section.md)
    + [`ListFindings`](inspector_example_inspector_ListFindings_section.md)
    + [`ListUsageTotals`](inspector_example_inspector_ListUsageTotals_section.md)