

# Basic examples for EventBridge using Amazon SDKs
<a name="service_code_examples_basics"></a>

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

**Contents**
+ [Hello EventBridge](example_eventbridge_Hello_section.md)
+ [Learn the basics](example_eventbridge_Scenario_GettingStarted_section.md)
+ [Actions](service_code_examples_actions.md)
  + [`DeleteRule`](example_eventbridge_DeleteRule_section.md)
  + [`DescribeRule`](example_eventbridge_DescribeRule_section.md)
  + [`DisableRule`](example_eventbridge_DisableRule_section.md)
  + [`EnableRule`](example_eventbridge_EnableRule_section.md)
  + [`ListRuleNamesByTarget`](example_eventbridge_ListRuleNamesByTarget_section.md)
  + [`ListRules`](example_eventbridge_ListRules_section.md)
  + [`ListTargetsByRule`](example_eventbridge_ListTargetsByRule_section.md)
  + [`PutEvents`](example_eventbridge_PutEvents_section.md)
  + [`PutRule`](example_eventbridge_PutRule_section.md)
  + [`PutTargets`](example_eventbridge_PutTargets_section.md)
  + [`RemoveTargets`](example_eventbridge_RemoveTargets_section.md)