

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

# AWS SDKs를 사용하는 Amazon Keyspaces에 대한 작업
<a name="service_code_examples_actions"></a>

다음 코드 예제에서는 AWS SDKs를 사용하여 개별 Amazon Keyspaces 작업을 수행하는 방법을 보여줍니다. 각 예시에는 GitHub에 대한 링크가 포함되어 있습니다. 여기에서 코드 설정 및 실행에 대한 지침을 찾을 수 있습니다.

 다음 예제에는 가장 일반적으로 사용되는 작업만 포함되어 있습니다. 전체 목록은 [Amazon Keyspaces(Apache Cassandra용)](https://docs.aws.amazon.com/keyspaces/latest/APIReference/Welcome.html) API 참조를 참고하세요.

**Topics**
+ [`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)