Uses of Class
com.amazonaws.services.cloudwatchevents.model.Rule
Packages that use Rule
-
Uses of Rule in com.amazonaws.services.cloudwatchevents.model
Methods in com.amazonaws.services.cloudwatchevents.model that return RuleModifier and TypeMethodDescriptionRule.clone()
The Amazon Resource Name (ARN) of the rule.Rule.withDescription
(String description) The description of the rule.Rule.withEventPattern
(String eventPattern) The event pattern of the rule.The rule's name.Rule.withRoleArn
(String roleArn) The Amazon Resource Name (ARN) associated with the role that is used for target invocation.Rule.withScheduleExpression
(String scheduleExpression) The scheduling expression.The rule's state.The rule's state.Methods in com.amazonaws.services.cloudwatchevents.model that return types with arguments of type RuleModifier and TypeMethodDescriptionListRulesResult.getRules()
List of rules matching the specified criteria.Methods in com.amazonaws.services.cloudwatchevents.model with parameters of type RuleModifier and TypeMethodDescriptionList of rules matching the specified criteria.Method parameters in com.amazonaws.services.cloudwatchevents.model with type arguments of type RuleModifier and TypeMethodDescriptionvoid
ListRulesResult.setRules
(Collection<Rule> rules) List of rules matching the specified criteria.ListRulesResult.withRules
(Collection<Rule> rules) List of rules matching the specified criteria.