Java com.amazonaws.services.cloudwatchevents AmazonCloudWatchEvents fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.cloudwatchevents AmazonCloudWatchEvents fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.cloudwatchevents AmazonCloudWatchEvents.

The text is from its open source code.

Method

DeleteRuleResultdeleteRule(DeleteRuleRequest deleteRuleRequest)

Deletes the specified rule.

ListTargetsByRuleResultlistTargetsByRule(ListTargetsByRuleRequest listTargetsByRuleRequest)

Lists the targets assigned to the specified rule.

PutEventsResultputEvents(PutEventsRequest putEventsRequest)

Sends custom events to EventBridge so that they can be matched to rules.

PutRuleResultputRule(PutRuleRequest putRuleRequest)

Creates or updates the specified rule.

PutTargetsResultputTargets(PutTargetsRequest putTargetsRequest)

Adds the specified targets to the specified rule, or updates the targets if they're already associated with the rule.

RemoveTargetsResultremoveTargets(RemoveTargetsRequest removeTargetsRequest)

Removes the specified targets from the specified rule.