

# 使用 Amazon SDK 的 Amazon Glue API 代码示例
<a name="service_code_examples"></a>

以下代码示例显示如何将 Amazon Glue 与 Amazon 软件开发工具包（SDK）一起使用。

*基本功能*是向您展示如何在服务中执行基本操作的代码示例。

*操作*是大型程序的代码摘录，必须在上下文中运行。您可以通过操作了解如何调用单个服务函数，还可以通过函数相关场景的上下文查看操作。

*场景*是向您展示如何通过在一个服务中调用多个函数或与其他 Amazon Web Services 服务 服务结合来完成特定任务的代码示例。

有关 Amazon SDK 开发人员指南和代码示例的完整列表，请参阅[将此服务与 Amazon SDK 结合使用](sdk-general-information-section.md)。本主题还包括有关入门的信息以及有关先前的 SDK 版本的详细信息。

**Contents**
+ [基本功能](service_code_examples_basics.md)
  + [Hello Amazon 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 Data Catalog 入门](example_glue_GettingStarted_024_section.md)