

Terjemahan disediakan oleh mesin penerjemah. Jika konten terjemahan yang diberikan bertentangan dengan versi bahasa Inggris aslinya, utamakan versi bahasa Inggris.

# Contoh dasar untuk AWS Glue menggunakan AWS SDKs
<a name="service_code_examples_basics"></a>

Contoh kode berikut menunjukkan cara menggunakan dasar-dasar AWS Glue dengan AWS SDKs. 

**Contents**
+ [Halo AWS Glue](example_glue_Hello_section.md)
+ [Pelajari dasar-dasarnya](example_glue_Scenario_GetStartedCrawlersJobs_section.md)
+ [Tindakan](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)