

There are more AWS SDK examples available in the [AWS Doc SDK Examples](https://github.com/awsdocs/aws-doc-sdk-examples) GitHub repo.

# Basic examples for X-Ray using AWS SDKs
<a name="xray_code_examples_basics"></a>

The following code examples show how to use the basics of AWS X-Ray with AWS SDKs. 

**Contents**
+ [Actions](xray_code_examples_actions.md)
  + [`CreateGroup`](xray_example_xray_CreateGroup_section.md)
  + [`CreateSamplingRule`](xray_example_xray_CreateSamplingRule_section.md)
  + [`DeleteGroup`](xray_example_xray_DeleteGroup_section.md)
  + [`DeleteSamplingRule`](xray_example_xray_DeleteSamplingRule_section.md)
  + [`GetGroups`](xray_example_xray_GetGroups_section.md)
  + [`GetSamplingRules`](xray_example_xray_GetSamplingRules_section.md)
  + [`GetServiceGraph`](xray_example_xray_GetServiceGraph_section.md)