

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 使用 AWS SDKs基本範例
<a name="service_code_examples_basics"></a>

下列程式碼範例示範如何搭配 AWS SDK 使用 Amazon Keyspaces (適用於 Apache Cassandra) 的基本功能。

**Contents**
+ [Hello Amazon Keyspaces](example_keyspaces_Hello_section.md)
+ [了解基本概念](example_keyspaces_Scenario_GetStartedKeyspaces_section.md)
+ [動作](service_code_examples_actions.md)
  + [`CreateKeyspace`](example_keyspaces_CreateKeyspace_section.md)
  + [`CreateTable`](example_keyspaces_CreateTable_section.md)
  + [`DeleteKeyspace`](example_keyspaces_DeleteKeyspace_section.md)
  + [`DeleteTable`](example_keyspaces_DeleteTable_section.md)
  + [`GetKeyspace`](example_keyspaces_GetKeyspace_section.md)
  + [`GetTable`](example_keyspaces_GetTable_section.md)
  + [`ListKeyspaces`](example_keyspaces_ListKeyspaces_section.md)
  + [`ListTables`](example_keyspaces_ListTables_section.md)
  + [`RestoreTable`](example_keyspaces_RestoreTable_section.md)
  + [`UpdateTable`](example_keyspaces_UpdateTable_section.md)