

文档 AWS SDK 示例 GitHub 存储库中还有更多 [S AWS DK 示例](https://github.com/awsdocs/aws-doc-sdk-examples)。

本文属于机器翻译版本。若本译文内容与英语原文存在差异，则一律以英文原文为准。

# 使用 Amazon Keyspaces 的基本示例 AWS SDKs
<a name="keyspaces_code_examples_basics"></a>

以下代码示例展示了如何使用 Amazon Keyspaces（适用于 Apache Cassandra）的基础知识。 AWS SDKs

**Contents**
+ [Hello Amazon Keysp](keyspaces_example_keyspaces_Hello_section.md)
+ [了解基本功能](keyspaces_example_keyspaces_Scenario_GetStartedKeyspaces_section.md)
+ [操作](keyspaces_code_examples_actions.md)
  + [`CreateKeyspace`](keyspaces_example_keyspaces_CreateKeyspace_section.md)
  + [`CreateTable`](keyspaces_example_keyspaces_CreateTable_section.md)
  + [`DeleteKeyspace`](keyspaces_example_keyspaces_DeleteKeyspace_section.md)
  + [`DeleteTable`](keyspaces_example_keyspaces_DeleteTable_section.md)
  + [`GetKeyspace`](keyspaces_example_keyspaces_GetKeyspace_section.md)
  + [`GetTable`](keyspaces_example_keyspaces_GetTable_section.md)
  + [`ListKeyspaces`](keyspaces_example_keyspaces_ListKeyspaces_section.md)
  + [`ListTables`](keyspaces_example_keyspaces_ListTables_section.md)
  + [`RestoreTable`](keyspaces_example_keyspaces_RestoreTable_section.md)
  + [`UpdateTable`](keyspaces_example_keyspaces_UpdateTable_section.md)