

# AWS SDK を使用した AWS Glue API コード例
<a name="service_code_examples"></a>

以下は、AWS Software Development Kit (SDK) で AWS Glue を使用する方法を説明するコード例です。

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

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

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

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

**Contents**
+ [基本](service_code_examples_basics.md)
  + [Hello AWS Glue](example_glue_Hello_section.md)
  + [基本を学ぶ](example_glue_Scenario_GetStartedCrawlersJobs_section.md)
  + [アクション](service_code_examples_actions.md)
    + [`CreateCrawler`](example_glue_CreateCrawler_section.md)
    + [`CreateJob`](example_glue_CreateJob_section.md)
    + [`DeleteCrawler`](example_glue_DeleteCrawler_section.md)
    + [`DeleteDatabase`](example_glue_DeleteDatabase_section.md)
    + [`DeleteJob`](example_glue_DeleteJob_section.md)
    + [`DeleteTable`](example_glue_DeleteTable_section.md)
    + [`GetCrawler`](example_glue_GetCrawler_section.md)
    + [`GetDatabase`](example_glue_GetDatabase_section.md)
    + [`GetDatabases`](example_glue_GetDatabases_section.md)
    + [`GetJob`](example_glue_GetJob_section.md)
    + [`GetJobRun`](example_glue_GetJobRun_section.md)
    + [`GetJobRuns`](example_glue_GetJobRuns_section.md)
    + [`GetTables`](example_glue_GetTables_section.md)
    + [`ListJobs`](example_glue_ListJobs_section.md)
    + [`StartCrawler`](example_glue_StartCrawler_section.md)
    + [`StartJobRun`](example_glue_StartJobRun_section.md)
+ [シナリオ](service_code_examples_scenarios.md)
  + [Glue データカタログの使用開始](example_glue_GettingStarted_024_section.md)