

Doc AWS SDK Examples GitHub リポジトリには、他にも SDK の例があります。 [AWS](https://github.com/awsdocs/aws-doc-sdk-examples)

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

# AWS SDKsコード例
<a name="keyspaces_code_examples"></a>

次のコード例は、 AWS Software Development Kit (SDK) で Amazon Keyspaces (Apache Cassandra 用) を使用する方法を示しています。

*基本* は、重要なオペレーションをサービス内で実行する方法を示すコード例です。

*アクション*はより大きなプログラムからのコードの抜粋であり、コンテキスト内で実行する必要があります。アクションは個々のサービス機能を呼び出す方法を示していますが、コンテキスト内のアクションは、関連するシナリオで確認できます。

**その他のリソース**
+  **[ Amazon Keyspaces デベロッパーガイド](https://docs.aws.amazon.com/keyspaces/latest/devguide/what-is-keyspaces.html)** — Amazon Keyspaces に関する詳細情報。
+ **[Amazon Keyspaces API リファレンス](https://docs.aws.amazon.com/keyspaces/latest/APIReference/Welcome.html)** — 使用可能なすべての Amazon Keyspaces アクションに関する詳細。
+ **[AWS デベロッパーセンター](https://aws.amazon.com/developer/code-examples/?awsf.sdk-code-examples-product=product%23keyspaces)** – カテゴリまたは全文検索でフィルタリングできるコード例。
+ **[AWS SDK の例](https://github.com/awsdocs/aws-doc-sdk-examples)** – 完全なコードを優先言語で含む GitHub リポジトリ。コードの設定と実行に関する説明が記載されています。

**Contents**
+ [基本](keyspaces_code_examples_basics.md)
  + [Hello Amazon Keyspaces](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)