

文件 AWS 開發套件範例 GitHub 儲存庫中有更多可用的 [AWS SDK 範例](https://github.com/awsdocs/aws-doc-sdk-examples)。

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

# AWS Entity Resolution 使用 AWS SDKs的基本範例
<a name="entityresolution_code_examples_basics"></a>

下列程式碼範例示範如何 AWS Entity Resolution 搭配 AWS SDKs 使用 的基本概念。

**Contents**
+ [您好 AWS Entity Resolution](entityresolution_example_entityresolution_Hello_section.md)
+ [了解基本概念](entityresolution_example_entityresolution_Scenario_section.md)
+ [動作](entityresolution_code_examples_actions.md)
  + [`CreateMatchingWorkflow`](entityresolution_example_entityresolution_CreateMatchingWorkflow_section.md)
  + [`CreateSchemaMapping`](entityresolution_example_entityresolution_CreateSchemaMapping_section.md)
  + [`DeleteMatchingWorkflow`](entityresolution_example_entityresolution_DeleteMatchingWorkflow_section.md)
  + [`DeleteSchemaMapping`](entityresolution_example_entityresolution_DeleteSchemaMapping_section.md)
  + [`GetMatchingJob`](entityresolution_example_entityresolution_GetMatchingJob_section.md)
  + [`GetSchemaMapping`](entityresolution_example_entityresolution_GetSchemaMapping_section.md)
  + [`ListSchemaMappings`](entityresolution_example_entityresolution_ListSchemaMappings_section.md)
  + [`StartMatchingJob`](entityresolution_example_entityresolution_StartMatchingJob_section.md)
  + [`TagResource`](entityresolution_example_entityresolution_TagResource_section.md)