

# Amazon Glue API code examples using Amazon SDKs
<a name="service_code_examples"></a>

The following code examples show how to use Amazon Glue with an Amazon software development kit (SDK). 

*Basics* are code examples that show you how to perform the essential operations within a service.

*Actions* are code excerpts from larger programs and must be run in context. While actions show you how to call individual service functions, you can see actions in context in their related scenarios.

*Scenarios* are code examples that show you how to accomplish specific tasks by calling multiple functions within a service or combined with other Amazon Web Services services.

For a complete list of Amazon SDK developer guides and code examples, see [Using this service with an Amazon SDK](sdk-general-information-section.md). This topic also includes information about getting started and details about previous SDK versions.

**Contents**
+ [Basics](service_code_examples_basics.md)
  + [Hello Amazon Glue](example_glue_Hello_section.md)
  + [Learn the basics](example_glue_Scenario_GetStartedCrawlersJobs_section.md)
  + [Actions](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)
+ [Scenarios](service_code_examples_scenarios.md)
  + [Getting started with the data catalog](example_glue_GettingStarted_024_section.md)