

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 CloudWatch using AWS SDKs
<a name="cloudwatch_code_examples_basics"></a>

The following code examples show how to use the basics of Amazon CloudWatch with AWS SDKs. 

**Contents**
+ [Hello CloudWatch](cloudwatch_example_cloudwatch_Hello_section.md)
+ [Learn the basics](cloudwatch_example_cloudwatch_GetStartedMetricsDashboardsAlarms_section.md)
+ [Actions](cloudwatch_code_examples_actions.md)
  + [`DeleteAlarms`](cloudwatch_example_cloudwatch_DeleteAlarms_section.md)
  + [`DeleteAnomalyDetector`](cloudwatch_example_cloudwatch_DeleteAnomalyDetector_section.md)
  + [`DeleteDashboards`](cloudwatch_example_cloudwatch_DeleteDashboards_section.md)
  + [`DescribeAlarmHistory`](cloudwatch_example_cloudwatch_DescribeAlarmHistory_section.md)
  + [`DescribeAlarms`](cloudwatch_example_cloudwatch_DescribeAlarms_section.md)
  + [`DescribeAlarmsForMetric`](cloudwatch_example_cloudwatch_DescribeAlarmsForMetric_section.md)
  + [`DescribeAnomalyDetectors`](cloudwatch_example_cloudwatch_DescribeAnomalyDetectors_section.md)
  + [`DisableAlarmActions`](cloudwatch_example_cloudwatch_DisableAlarmActions_section.md)
  + [`EnableAlarmActions`](cloudwatch_example_cloudwatch_EnableAlarmActions_section.md)
  + [`GetDashboard`](cloudwatch_example_cloudwatch_GetDashboard_section.md)
  + [`GetMetricData`](cloudwatch_example_cloudwatch_GetMetricData_section.md)
  + [`GetMetricStatistics`](cloudwatch_example_cloudwatch_GetMetricStatistics_section.md)
  + [`GetMetricWidgetImage`](cloudwatch_example_cloudwatch_GetMetricWidgetImage_section.md)
  + [`ListDashboards`](cloudwatch_example_cloudwatch_ListDashboards_section.md)
  + [`ListMetrics`](cloudwatch_example_cloudwatch_ListMetrics_section.md)
  + [`PutAnomalyDetector`](cloudwatch_example_cloudwatch_PutAnomalyDetector_section.md)
  + [`PutDashboard`](cloudwatch_example_cloudwatch_PutDashboard_section.md)
  + [`PutMetricAlarm`](cloudwatch_example_cloudwatch_PutMetricAlarm_section.md)
  + [`PutMetricData`](cloudwatch_example_cloudwatch_PutMetricData_section.md)